#6E0ECA

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

Shades of Purple Heart #6E0ECA

Tints of Purple Heart #6E0ECA

Color information

#6E0ECA (or 0x6E0ECA) is unknown color: approx Purple Heart. HEX triplet: 6E, 0E and CA. RGB value is (110,14,202). Sum of RGB (Red+Green+Blue) = 110+14+202=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E0ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0ECA is #91F135. Grayscale: #3F3F3F. Windows color (decimal): -9564470 or 13241966. OLE color: 13241966.

HSL color Cylindrical-coordinate representation of color #6E0ECA: hue angle of 270.64º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0ECA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11014202-
CMYK0.460.9300.21
HSL270.64º87.04%42.35%-
HSV(B)270.64º93.07%79.22%-
XYZ17.257.8956.49-
YUV64.14205.8160.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 14 (5.86% from 255) = 4.29%
BLUE value IS 202 (79.30% from 255) = 61.96%
R=33.74%
G=4.29%
B=61.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110142020.460.9300.21270.6487.0442.35
Hex6EECA2E5D01510f572a
Octal156163125613502541712752
Binary110111011101100101010111010111010101011000011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,14,202); }

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

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

 a { background-color: rgb(110,14,202); }

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

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

 span { border-color: rgb(110,14,202); }

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