Shades of Purple Heart #4E11BD
Tints of Purple Heart #4E11BD
RGB
CMYK
RGB Variations
Color information
#4E11BD (or 0x4E11BD) is known color: Purple Heart. HEX triplet: 4E, 11 and BD. RGB value is (78,17,189). Sum of RGB (Red+Green+Blue) = 78+17+189=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E11BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E11BD is #B1EE42. Grayscale: #363636. Windows color (decimal): -11660867 or 12390734. OLE color: 12390734.
HSL color Cylindrical-coordinate representation of color #4E11BD: hue angle of 261.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E11BD is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 17 | 189 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.26 |
| HSL | 261.28º | 0.83% | 0.4% | - |
| HSV(B) | 261.28º | 0.91% | 0.74% | - |
| XYZ | 12.53 | 5.69 | 48.58 | - |
| YUV | 54.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 189 | 0.59 | 0.91 | 0 | 0.26 | 261.28 | 0.83 | 0.4 |
| Hex | 4E | 11 | BD | 3B | 5B | 0 | 1A | 105 | 53 | 28 |
| Octal | 116 | 21 | 275 | 73 | 133 | 0 | 32 | 405 | 123 | 50 |
| Binary | 1001110 | 10001 | 10111101 | 111011 | 1011011 | 0 | 11010 | 100000101 | 1010011 | 101000 |
Color Harmonies of #4E11BD
Complementary color
Monochromatic Colors of #4E11BD
Black with #4E11BD
Text Example
Text Example
White with #4E11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E11BD; }
p { color: rgb(78,17,189); }
H1.HeaderClassName
{
color: #4E11BD;
}
.AnyTagClassName
{
color: #4E11BD;
}
</style>
background-color css
<style>
a { background-color: #4E11BD; }
a { background-color: rgb(78,17,189); }
div.DivClassName
{
background-color: #4E11BD;
}
.BgClassName
{
background-color: #4E11BD;
}
</style>
border-color css
<style>
span { border-color: #4E11BD; }
span { border-color: rgb(78,17,189); }
td.TdClassName
{
border-color: #4E11BD;
}
.TagClassName
{
border-color: #4E11BD;
}
</style>