#6E0EAA

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

Shades of Purple Heart #6E0EAA

Tints of Purple Heart #6E0EAA

Color information

#6E0EAA (or 0x6E0EAA) is unknown color: approx Purple Heart. HEX triplet: 6E, 0E and AA. RGB value is (110,14,170). Sum of RGB (Red+Green+Blue) = 110+14+170=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0EAA is #91F155. Grayscale: #3B3B3B. Windows color (decimal): -9564502 or 11144814. OLE color: 11144814.

HSL color Cylindrical-coordinate representation of color #6E0EAA: hue angle of 276.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0EAA is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11014170-
CMYK0.350.9200.33
HSL276.92º84.78%36.08%-
HSV(B)276.92º91.76%66.67%-
XYZ13.846.5338.56-
YUV60.49189.8163.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.41%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=37.41%
G=4.76%
B=57.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110141700.350.9200.33276.9284.7836.08
Hex6EEAA235C0211155524
Octal156162524313404142512544
Binary1101110111010101010100011101110001000011000101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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