#4E0EAD

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

Shades of Purple Heart #4E0EAD

Tints of Purple Heart #4E0EAD

Color information

#4E0EAD (or 0x4E0EAD) is unknown color: approx Purple Heart. HEX triplet: 4E, 0E and AD. RGB value is (78,14,173). Sum of RGB (Red+Green+Blue) = 78+14+173=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0EAD is #B1F152. Grayscale: #323232. Windows color (decimal): -11661651 or 11341390. OLE color: 11341390.

HSL color Cylindrical-coordinate representation of color #4E0EAD: hue angle of 264.15º 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 #4E0EAD is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7814173-
CMYK0.550.9200.32
HSL264.15º85.03%36.67%-
HSV(B)264.15º91.91%67.84%-
XYZ10.844.9539.92-
YUV51.26196.7147.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 173 (67.97% from 255) = 65.28%
R=29.43%
G=5.28%
B=65.28%

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
Decimal78141730.550.9200.32264.1585.0336.67
Hex4EEAD375C0201085525
Octal116162556713404041012545
Binary1001110111010101101110111101110001000001000010001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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