#4E13BD

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

Shades of Purple Heart #4E13BD

Tints of Purple Heart #4E13BD

Color information

#4E13BD (or 0x4E13BD) is unknown color: approx Purple Heart. HEX triplet: 4E, 13 and BD. RGB value is (78,19,189). Sum of RGB (Red+Green+Blue) = 78+19+189=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E13BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E13BD is #B1EC42. Grayscale: #373737. Windows color (decimal): -11660355 or 12391246. OLE color: 12391246.

HSL color Cylindrical-coordinate representation of color #4E13BD: hue angle of 260.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E13BD is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7819189-
CMYK0.590.9000.26
HSL260.82º81.73%40.78%-
HSV(B)260.82º89.95%74.12%-
XYZ12.565.7648.59-
YUV56.02203.05143.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 189 (74.22% from 255) = 66.08%
R=27.27%
G=6.64%
B=66.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78191890.590.9000.26260.8281.7340.78
Hex4E13BD3B5A01A1055229
Octal116232757313203240512251
Binary1001110100111011110111101110110100110101000001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E13BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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