Shades of Purple Heart #4E2FBB
Tints of Purple Heart #4E2FBB
RGB
CMYK
RGB Variations
Color information
#4E2FBB (or 0x4E2FBB) is known color: Purple Heart. HEX triplet: 4E, 2F and BB. RGB value is (78,47,187). Sum of RGB (Red+Green+Blue) = 78+47+187=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E2FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FBB is #B1D044. Grayscale: #474747. Windows color (decimal): -11653189 or 12267342. OLE color: 12267342.
HSL color Cylindrical-coordinate representation of color #4E2FBB: hue angle of 253.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2FBB is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 47 | 187 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.27 |
| HSL | 253.29º | 0.6% | 0.46% | - |
| HSV(B) | 253.29º | 0.75% | 0.73% | - |
| XYZ | 13.13 | 7.24 | 47.72 | - |
| YUV | 72.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 187 | 0.58 | 0.75 | 0 | 0.27 | 253.29 | 0.6 | 0.46 |
| Hex | 4E | 2F | BB | 3A | 4B | 0 | 1B | FD | 3C | 2E |
| Octal | 116 | 57 | 273 | 72 | 113 | 0 | 33 | 375 | 74 | 56 |
| Binary | 1001110 | 101111 | 10111011 | 111010 | 1001011 | 0 | 11011 | 11111101 | 111100 | 101110 |
Color Harmonies of #4E2FBB
Complementary color
Monochromatic Colors of #4E2FBB
Black with #4E2FBB
Text Example
Text Example
White with #4E2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2FBB; }
p { color: rgb(78,47,187); }
H1.HeaderClassName
{
color: #4E2FBB;
}
.AnyTagClassName
{
color: #4E2FBB;
}
</style>
background-color css
<style>
a { background-color: #4E2FBB; }
a { background-color: rgb(78,47,187); }
div.DivClassName
{
background-color: #4E2FBB;
}
.BgClassName
{
background-color: #4E2FBB;
}
</style>
border-color css
<style>
span { border-color: #4E2FBB; }
span { border-color: rgb(78,47,187); }
td.TdClassName
{
border-color: #4E2FBB;
}
.TagClassName
{
border-color: #4E2FBB;
}
</style>