Shades of Purple Heart #4E33BB
Tints of Purple Heart #4E33BB
RGB
CMYK
RGB Variations
Color information
#4E33BB (or 0x4E33BB) is known color: Purple Heart. HEX triplet: 4E, 33 and BB. RGB value is (78,51,187). Sum of RGB (Red+Green+Blue) = 78+51+187=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E33BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E33BB is #B1CC44. Grayscale: #4A4A4A. Windows color (decimal): -11652165 or 12268366. OLE color: 12268366.
HSL color Cylindrical-coordinate representation of color #4E33BB: hue angle of 251.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E33BB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 51 | 187 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.27 |
| HSL | 251.91º | 0.57% | 0.47% | - |
| HSV(B) | 251.91º | 0.73% | 0.73% | - |
| XYZ | 13.3 | 7.58 | 47.78 | - |
| YUV | 74.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 187 | 0.58 | 0.73 | 0 | 0.27 | 251.91 | 0.57 | 0.47 |
| Hex | 4E | 33 | BB | 3A | 49 | 0 | 1B | FC | 39 | 2F |
| Octal | 116 | 63 | 273 | 72 | 111 | 0 | 33 | 374 | 71 | 57 |
| Binary | 1001110 | 110011 | 10111011 | 111010 | 1001001 | 0 | 11011 | 11111100 | 111001 | 101111 |
Color Harmonies of #4E33BB
Complementary color
Monochromatic Colors of #4E33BB
Black with #4E33BB
Text Example
Text Example
White with #4E33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E33BB; }
p { color: rgb(78,51,187); }
H1.HeaderClassName
{
color: #4E33BB;
}
.AnyTagClassName
{
color: #4E33BB;
}
</style>
background-color css
<style>
a { background-color: #4E33BB; }
a { background-color: rgb(78,51,187); }
div.DivClassName
{
background-color: #4E33BB;
}
.BgClassName
{
background-color: #4E33BB;
}
</style>
border-color css
<style>
span { border-color: #4E33BB; }
span { border-color: rgb(78,51,187); }
td.TdClassName
{
border-color: #4E33BB;
}
.TagClassName
{
border-color: #4E33BB;
}
</style>