Shades of Purple Heart #4E0BBF
Tints of Purple Heart #4E0BBF
RGB
CMYK
RGB Variations
Color information
#4E0BBF (or 0x4E0BBF) is known color: Purple Heart. HEX triplet: 4E, 0B and BF. RGB value is (78,11,191). Sum of RGB (Red+Green+Blue) = 78+11+191=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E0BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0BBF is #B1F440. Grayscale: #323232. Windows color (decimal): -11662401 or 12520270. OLE color: 12520270.
HSL color Cylindrical-coordinate representation of color #4E0BBF: hue angle of 262.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0BBF is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 11 | 191 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.25 |
| HSL | 262.33º | 0.89% | 0.4% | - |
| HSV(B) | 262.33º | 0.94% | 0.75% | - |
| XYZ | 12.67 | 5.62 | 49.71 | - |
| YUV | 51.55 | 206.7 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 191 | 0.59 | 0.94 | 0 | 0.25 | 262.33 | 0.89 | 0.4 |
| Hex | 4E | B | BF | 3B | 5E | 0 | 19 | 106 | 59 | 28 |
| Octal | 116 | 13 | 277 | 73 | 136 | 0 | 31 | 406 | 131 | 50 |
| Binary | 1001110 | 1011 | 10111111 | 111011 | 1011110 | 0 | 11001 | 100000110 | 1011001 | 101000 |
Color Harmonies of #4E0BBF
Complementary color
Monochromatic Colors of #4E0BBF
Black with #4E0BBF
Text Example
Text Example
White with #4E0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0BBF; }
p { color: rgb(78,11,191); }
H1.HeaderClassName
{
color: #4E0BBF;
}
.AnyTagClassName
{
color: #4E0BBF;
}
</style>
background-color css
<style>
a { background-color: #4E0BBF; }
a { background-color: rgb(78,11,191); }
div.DivClassName
{
background-color: #4E0BBF;
}
.BgClassName
{
background-color: #4E0BBF;
}
</style>
border-color css
<style>
span { border-color: #4E0BBF; }
span { border-color: rgb(78,11,191); }
td.TdClassName
{
border-color: #4E0BBF;
}
.TagClassName
{
border-color: #4E0BBF;
}
</style>