COLOR #6C27A0

HEX: #6C27A0
RGB: (108,39,160)

Renk bilgisi

#6C27A0 contains mainly red and blue colors. #6C27A0 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6C27A0 color RGB value is (108,39,160).

  • kırmız ton 108;
  • yeşil ton 39;
  • mavi ton 160.
RGB:
(108,39,160)
(42%,15%,63%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 39 of 255 = 15%
B 160 of 255 = 63%

108
39
160

R + G + B ~ 40%. #6C27A0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 39 + 160 = 307 (100%)
R 108 of 307 ~ 35.18%
G 39 of 307 ~ 12.7%
B 160 of 307 ~ 52.12%

%35.18
%12.7
%52.12

CMYK RENK MODELİ

#6C27A0 rengi CMYK tonu (33,76,0,37).

  • camgöbeği tonu 32.50%
  • eflatun tonu 75.63%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(33,76,0,37)
C33M76Y0K37 
(33%,76%,0%,37%)
(0.33/0.76/0.00/0.37)	

CMYK yüzdeleri

%32.5
%75.63
%0
%37.25

Codes

Color #6C27A0 in popluar color models

6C27A0
RGB10839160
HSL274°60.80%39.02%
HSB/HSV274°75.63%62.75%
CMYK32.50%75.63%0.00%
37.25%

Color #6C27A0 in popluar number systems.

HEX6C27A0
Decimal10839160
Binary110110010011110100000
Octal15447240

Shades and tints

Shades of #6C27A0

#6C27A0
(108,39,160)
#632492
(99,36,146)
#5A2184
(90,33,132)
#511E76
(81,30,118)
#481B68
(72,27,104)
#3F185A
(63,24,90)
#36154C
(54,21,76)
#2D123E
(45,18,62)
#240F30
(36,15,48)
#1B0C22
(27,12,34)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #6C27A0

#6C27A0
(108,39,160)
#793AA8
(121,58,168)
#864DB0
(134,77,176)
#9360B8
(147,96,184)
#A073C0
(160,115,192)
#AD86C8
(173,134,200)
#BA99D0
(186,153,208)
#C7ACD8
(199,172,216)
#D4BFE0
(212,191,224)
#E1D2E8
(225,210,232)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C27A0 color. Also use rgb(108,39,160) instead hex code.

Text Font Color

.myTextColor { color: #6C27A0; }

<p style="color:#6C27A0">This sample text font color is #6C27A0.</p>

This text font color is #6C27A0.


Background Color

.myBgColor { background-color: #6C27A0; }

<div style="background-color:#6C27A0">Inner text</div>

This div background color is #6C27A0.


Border color

.myBorderColor { border: 1px solid #6C27A0; }

<div style="border:3px solid #6C27A0">Div</div>

This div border color is #6C27A0.


Opacity

.myOpacity80 { color: #6C27A0; opacity: 0.8; }

<p style="color:#6C27A0;opacity:0.8;">80%</p>

Text with #6C27A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6C27A0;}

<p style="text-shadow: 3px 3px 1px #6C27A0">Text here.</p>

This text has shadow with #6C27A0 color.

.textShadow {text-shadow: 3px 3px 1px #6C27A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6C27A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #6C27A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C27A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6C27A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #6C27A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6C27A0;
  -webkit-box-shadow:	1px 1px 3px 2px #6C27A0;
  box-shadow:		1px 1px 3px 2px #6C27A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C27A0;
-webkit-box-shadow: 1px 1px 3px 2px #6C27A0;
box-shadow:1px 1px 3px 2px #6C27A0;">
Div content here</div>
This div box has shadow with color #6C27A0.

Preview

Color preview on black background

This text has color #6C27A0 on black background.


Color preview on white background

This text has color #6C27A0 on white background.



Black color preview on #6C27A0 background

This text has black color on #6C27A0 background.


White color preview on #6C27A0 background

This text has white color on #6C27A0 background.