#4E04BD

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

Shades of Purple Heart #4E04BD

Tints of Purple Heart #4E04BD

Color information

#4E04BD (or 0x4E04BD) is unknown color: approx Purple Heart. HEX triplet: 4E, 04 and BD. RGB value is (78,4,189). Sum of RGB (Red+Green+Blue) = 78+4+189=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E04BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E04BD is #B1FB42. Grayscale: #2E2E2E. Windows color (decimal): -11664195 or 12387406. OLE color: 12387406.

HSL color Cylindrical-coordinate representation of color #4E04BD: hue angle of 264º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E04BD is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB784189-
CMYK0.590.9800.26
HSL264º95.85%37.84%-
HSV(B)264º97.88%74.12%-
XYZ12.375.3848.53-
YUV47.22208.02149.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 189 (74.22% from 255) = 69.74%
R=28.78%
G=1.48%
B=69.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7841890.590.9800.2626495.8537.84
Hex4E4BD3B6201A1086026
Octal11642757314203241014046
Binary10011101001011110111101111000100110101000010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E04BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,189); }

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

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

 a { background-color: rgb(78,4,189); }

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

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

 span { border-color: rgb(78,4,189); }

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