#4E01BB

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

Shades of Purple Heart #4E01BB

Tints of Purple Heart #4E01BB

Color information

#4E01BB (or 0x4E01BB) is unknown color: approx Purple Heart. HEX triplet: 4E, 01 and BB. RGB value is (78,1,187). Sum of RGB (Red+Green+Blue) = 78+1+187=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E01BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E01BB is #B1FE44. Grayscale: #2C2C2C. Windows color (decimal): -11664965 or 12255566. OLE color: 12255566.

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

Color convert

RGB781187-
CMYK0.580.9900.27
HSL264.84º98.94%36.86%-
HSV(B)264.84º99.47%73.33%-
XYZ12.125.2347.38-
YUV45.23208.01151.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 187 (73.44% from 255) = 70.30%
R=29.32%
G=0.38%
B=70.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7811870.580.9900.27264.8498.9436.86
Hex4E1BB3A6301B1096325
Octal11612737214303341114345
Binary100111011011101111101011000110110111000010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E01BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,187); }

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

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

 a { background-color: rgb(78,1,187); }

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

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

 span { border-color: rgb(78,1,187); }

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