#4E11C5

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

Shades of Purple Heart #4E11C5

Tints of Purple Heart #4E11C5

Color information

#4E11C5 (or 0x4E11C5) is unknown color: approx Purple Heart. HEX triplet: 4E, 11 and C5. RGB value is (78,17,197). Sum of RGB (Red+Green+Blue) = 78+17+197=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #4E11C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E11C5 is #B1EE3A. Grayscale: #373737. Windows color (decimal): -11660859 or 12915022. OLE color: 12915022.

HSL color Cylindrical-coordinate representation of color #4E11C5: hue angle of 260.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E11C5 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7817197-
CMYK0.600.9100.23
HSL260.33º84.11%41.96%-
HSV(B)260.33º91.37%77.25%-
XYZ13.426.0553.28-
YUV55.76207.71143.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.71%
GREEN value IS 17 (7.03% from 255) = 5.82%
BLUE value IS 197 (77.34% from 255) = 67.47%
R=26.71%
G=5.82%
B=67.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78171970.600.9100.23260.3384.1141.96
Hex4E11C53C5B017104542a
Octal116213057413302740412452
Binary1001110100011100010111110010110110101111000001001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E11C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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