#6E1EA9

Color #6E1EA9 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6E1EA9

Tints of Purple Heart #6E1EA9

Color information

#6E1EA9 (or 0x6E1EA9) is unknown color: approx Purple Heart. HEX triplet: 6E, 1E and A9. RGB value is (110,30,169). Sum of RGB (Red+Green+Blue) = 110+30+169=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E1EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1EA9 is #91E156. Grayscale: #454545. Windows color (decimal): -9560407 or 11083374. OLE color: 11083374.

HSL color Cylindrical-coordinate representation of color #6E1EA9: hue angle of 274.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1EA9 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11030169-
CMYK0.350.8200.34
HSL274.53º69.85%39.02%-
HSV(B)274.53º82.25%66.27%-
XYZ14.067.1138.17-
YUV69.77184156.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 169 (66.41% from 255) = 54.69%
R=35.60%
G=9.71%
B=54.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110301690.350.8200.34274.5369.8539.02
Hex6E1EA923520221134627
Octal156362514312204242310647
Binary11011101111010101001100011101001001000101000100111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E1EA9; }

 p { color: rgb(110,30,169); }

 H1.HeaderClassName
 {
   color: #6E1EA9;
 }
 .AnyTagClassName
 {
   color: #6E1EA9;
 }
</style>
background-color css

<style>
 a { background-color: #6E1EA9; }

 a { background-color: rgb(110,30,169); }

 div.DivClassName
 {
   background-color: #6E1EA9;
 }
 .BgClassName
 {
   background-color: #6E1EA9;
 }
</style>
border-color css

<style>
 span { border-color: #6E1EA9; }

 span { border-color: rgb(110,30,169); }

 td.TdClassName
 {
   border-color: #6E1EA9;
 }
 .TagClassName
 {
   border-color: #6E1EA9;
 }
</style>