Shades of Purple Heart #4E13B0
Tints of Purple Heart #4E13B0
RGB
CMYK
RGB Variations
Color information
#4E13B0 (or 0x4E13B0) is known color: Purple Heart. HEX triplet: 4E, 13 and B0. RGB value is (78,19,176). Sum of RGB (Red+Green+Blue) = 78+19+176=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #4E13B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E13B0 is #B1EC4F. Grayscale: #353535. Windows color (decimal): -11660368 or 11539278. OLE color: 11539278.
HSL color Cylindrical-coordinate representation of color #4E13B0: hue angle of 262.55º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E13B0 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 19 | 176 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.31 |
| HSL | 262.55º | 0.81% | 0.38% | - |
| HSV(B) | 262.55º | 0.89% | 0.69% | - |
| XYZ | 11.21 | 5.22 | 41.49 | - |
| YUV | 54.54 | 196.55 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 176 | 0.56 | 0.89 | 0 | 0.31 | 262.55 | 0.81 | 0.38 |
| Hex | 4E | 13 | B0 | 38 | 59 | 0 | 1F | 107 | 51 | 26 |
| Octal | 116 | 23 | 260 | 70 | 131 | 0 | 37 | 407 | 121 | 46 |
| Binary | 1001110 | 10011 | 10110000 | 111000 | 1011001 | 0 | 11111 | 100000111 | 1010001 | 100110 |
Color Harmonies of #4E13B0
Complementary color
Monochromatic Colors of #4E13B0
Black with #4E13B0
Text Example
Text Example
White with #4E13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E13B0; }
p { color: rgb(78,19,176); }
H1.HeaderClassName
{
color: #4E13B0;
}
.AnyTagClassName
{
color: #4E13B0;
}
</style>
background-color css
<style>
a { background-color: #4E13B0; }
a { background-color: rgb(78,19,176); }
div.DivClassName
{
background-color: #4E13B0;
}
.BgClassName
{
background-color: #4E13B0;
}
</style>
border-color css
<style>
span { border-color: #4E13B0; }
span { border-color: rgb(78,19,176); }
td.TdClassName
{
border-color: #4E13B0;
}
.TagClassName
{
border-color: #4E13B0;
}
</style>