#4E0EAE

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

Shades of Purple Heart #4E0EAE

Tints of Purple Heart #4E0EAE

Color information

#4E0EAE (or 0x4E0EAE) is unknown color: approx Purple Heart. HEX triplet: 4E, 0E and AE. RGB value is (78,14,174). Sum of RGB (Red+Green+Blue) = 78+14+174=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E0EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0EAE is #B1F151. Grayscale: #323232. Windows color (decimal): -11661650 or 11406926. OLE color: 11406926.

HSL color Cylindrical-coordinate representation of color #4E0EAE: hue angle of 264º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0EAE is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7814174-
CMYK0.550.9200.32
HSL264º85.11%36.86%-
HSV(B)264º91.95%68.24%-
XYZ10.944.9940.43-
YUV51.38197.2146.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=29.32%
G=5.26%
B=65.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78141740.550.9200.3226485.1136.86
Hex4EEAE375C0201085525
Octal116162566713404041012545
Binary1001110111010101110110111101110001000001000010001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E0EAE; }

 p { color: rgb(78,14,174); }

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

<style>
 a { background-color: #4E0EAE; }

 a { background-color: rgb(78,14,174); }

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

<style>
 span { border-color: #4E0EAE; }

 span { border-color: rgb(78,14,174); }

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