#6E0CA9

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

Shades of Purple Heart #6E0CA9

Tints of Purple Heart #6E0CA9

Color information

#6E0CA9 (or 0x6E0CA9) is unknown color: approx Purple Heart. HEX triplet: 6E, 0C and A9. RGB value is (110,12,169). Sum of RGB (Red+Green+Blue) = 110+12+169=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E0CA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0CA9 is #91F356. Grayscale: #3A3A3A. Windows color (decimal): -9565015 or 11078766. OLE color: 11078766.

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

Color convert

RGB11012169-
CMYK0.350.9300.34
HSL277.45º86.74%35.49%-
HSV(B)277.45º92.9%66.27%-
XYZ13.726.4438.06-
YUV59.2189.97164.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.80%
GREEN value IS 12 (5.08% from 255) = 4.12%
BLUE value IS 169 (66.41% from 255) = 58.08%
R=37.80%
G=4.12%
B=58.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110121690.350.9300.34277.4586.7435.49
Hex6ECA9235D0221155723
Octal156142514313504242512743
Binary1101110110010101001100011101110101000101000101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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