#4E11BA

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

Shades of Purple Heart #4E11BA

Tints of Purple Heart #4E11BA

Color information

#4E11BA (or 0x4E11BA) is unknown color: approx Purple Heart. HEX triplet: 4E, 11 and BA. RGB value is (78,17,186). Sum of RGB (Red+Green+Blue) = 78+17+186=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E11BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E11BA is #B1EE45. Grayscale: #353535. Windows color (decimal): -11660870 or 12194126. OLE color: 12194126.

HSL color Cylindrical-coordinate representation of color #4E11BA: hue angle of 261.66º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E11BA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7817186-
CMYK0.580.9100.27
HSL261.66º83.25%39.8%-
HSV(B)261.66º90.86%72.94%-
XYZ12.215.5746.89-
YUV54.5202.21144.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.76%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=27.76%
G=6.05%
B=66.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78171860.580.9100.27261.6683.2539.8
Hex4E11BA3A5B01B1065328
Octal116212727213303340612350
Binary1001110100011011101011101010110110110111000001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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