Shades of Purple Heart #4E15BB
Tints of Purple Heart #4E15BB
RGB
CMYK
RGB Variations
Color information
#4E15BB (or 0x4E15BB) is known color: Purple Heart. HEX triplet: 4E, 15 and BB. RGB value is (78,21,187). Sum of RGB (Red+Green+Blue) = 78+21+187=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E15BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E15BB is #B1EA44. Grayscale: #383838. Windows color (decimal): -11659845 or 12260686. OLE color: 12260686.
HSL color Cylindrical-coordinate representation of color #4E15BB: hue angle of 260.6º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E15BB is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 21 | 187 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.27 |
| HSL | 260.6º | 0.8% | 0.41% | - |
| HSV(B) | 260.6º | 0.89% | 0.73% | - |
| XYZ | 12.38 | 5.74 | 47.47 | - |
| YUV | 56.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 187 | 0.58 | 0.89 | 0 | 0.27 | 260.6 | 0.8 | 0.41 |
| Hex | 4E | 15 | BB | 3A | 59 | 0 | 1B | 105 | 50 | 29 |
| Octal | 116 | 25 | 273 | 72 | 131 | 0 | 33 | 405 | 120 | 51 |
| Binary | 1001110 | 10101 | 10111011 | 111010 | 1011001 | 0 | 11011 | 100000101 | 1010000 | 101001 |
Color Harmonies of #4E15BB
Complementary color
Monochromatic Colors of #4E15BB
Black with #4E15BB
Text Example
Text Example
White with #4E15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E15BB; }
p { color: rgb(78,21,187); }
H1.HeaderClassName
{
color: #4E15BB;
}
.AnyTagClassName
{
color: #4E15BB;
}
</style>
background-color css
<style>
a { background-color: #4E15BB; }
a { background-color: rgb(78,21,187); }
div.DivClassName
{
background-color: #4E15BB;
}
.BgClassName
{
background-color: #4E15BB;
}
</style>
border-color css
<style>
span { border-color: #4E15BB; }
span { border-color: rgb(78,21,187); }
td.TdClassName
{
border-color: #4E15BB;
}
.TagClassName
{
border-color: #4E15BB;
}
</style>