COLOR #6E27A1

HEX: #6E27A1
RGB: (110,39,161)

Color info

#6E27A1 contains mainly red and blue colors. Web safe color of #6E27A1 is #663399 (or #639).

RGB color model

#6E27A1 color RGB value is (110,39,161).

  • red value is 110;
  • green value is 39;
  • blue value is 161.
RGB:
(110,39,161)
(43%,15%,63%)

RGB channels and saturation

R 110 of 255 = 43%
G 39 of 255 = 15%
B 161 of 255 = 63%

110
39
161

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

Portions of RGB colors in percentages

R + G + B =
110 + 39 + 161 = 310 (100%)
R 110 of 310 ~ 35.48%
G 39 of 310 ~ 12.58%
B 161 of 310 ~ 51.94%

%35.48
%12.58
%51.94

CMYK color model

#6E27A1 color CMYK value is (32,76,0,37).

  • cyan value is 31.68%
  • magenta value is 75.78%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(32,76,0,37)
C32M76Y0K37 
(32%,76%,0%,37%)
(0.32/0.76/0.00/0.37)	

CMYK percentages

%31.68
%75.78
%0
%36.86

Codes

Color #6E27A1 in popluar color models

6E27A1
RGB11039161
HSL275°61.00%39.22%
HSB/HSV275°75.78%63.14%
CMYK31.68%75.78%0.00%
36.86%

Color #6E27A1 in popluar number systems.

HEX6E27A1
Decimal11039161
Binary110111010011110100001
Octal15647241

Shades and tints

Shades of #6E27A1

#6E27A1
(110,39,161)
#642493
(100,36,147)
#5A2185
(90,33,133)
#501E77
(80,30,119)
#461B69
(70,27,105)
#3C185B
(60,24,91)
#32154D
(50,21,77)
#28123F
(40,18,63)
#1E0F31
(30,15,49)
#140C23
(20,12,35)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #6E27A1

#6E27A1
(110,39,161)
#7B3AA9
(123,58,169)
#884DB1
(136,77,177)
#9560B9
(149,96,185)
#A273C1
(162,115,193)
#AF86C9
(175,134,201)
#BC99D1
(188,153,209)
#C9ACD9
(201,172,217)
#D6BFE1
(214,191,225)
#E3D2E9
(227,210,233)
#F0E5F1
(240,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E27A1 color. Also use rgb(110,39,161) instead hex code.

Text Font Color

.myTextColor { color: #6E27A1; }

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

This text font color is #6E27A1.


Background Color

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

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

This div background color is #6E27A1.


Border color

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

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

This div border color is #6E27A1.


Opacity

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

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

Text with #6E27A1 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 #6E27A1;}

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

This text has shadow with #6E27A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E27A1 on black background.


Color preview on white background

This text has color #6E27A1 on white background.



Black color preview on #6E27A1 background

This text has black color on #6E27A1 background.


White color preview on #6E27A1 background

This text has white color on #6E27A1 background.