#4E11AE

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

Shades of Purple Heart #4E11AE

Tints of Purple Heart #4E11AE

Color information

#4E11AE (or 0x4E11AE) is unknown color: approx Purple Heart. HEX triplet: 4E, 11 and AE. RGB value is (78,17,174). Sum of RGB (Red+Green+Blue) = 78+17+174=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E11AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E11AE is #B1EE51. Grayscale: #343434. Windows color (decimal): -11660882 or 11407694. OLE color: 11407694.

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

Color convert

RGB7817174-
CMYK0.550.9000.32
HSL263.31º82.2%37.45%-
HSV(B)263.31º90.23%68.24%-
XYZ10.985.0840.45-
YUV53.14196.21145.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=29.00%
G=6.32%
B=64.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78171740.550.9000.32263.3182.237.45
Hex4E11AE375A0201075225
Octal116212566713204040712245
Binary10011101000110101110110111101101001000001000001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E11AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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