#6E0CB6

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

Shades of Purple Heart #6E0CB6

Tints of Purple Heart #6E0CB6

Color information

#6E0CB6 (or 0x6E0CB6) is unknown color: approx Purple Heart. HEX triplet: 6E, 0C and B6. RGB value is (110,12,182). Sum of RGB (Red+Green+Blue) = 110+12+182=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E0CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CB6 is #91F349. Grayscale: #3C3C3C. Windows color (decimal): -9565002 or 11930734. OLE color: 11930734.

HSL color Cylindrical-coordinate representation of color #6E0CB6: hue angle of 274.59º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0CB6 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11012182-
CMYK0.400.9300.29
HSL274.59º87.63%38.04%-
HSV(B)274.59º93.41%71.37%-
XYZ15.016.9644.81-
YUV60.68196.47163.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 182 (71.48% from 255) = 59.87%
R=36.18%
G=3.95%
B=59.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110121820.400.9300.29274.5987.6338.04
Hex6ECB6285D01D1135826
Octal156142665013503542313046
Binary110111011001011011010100010111010111011000100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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