Shades of Purple Heart #4E36BB
Tints of Purple Heart #4E36BB
RGB
CMYK
RGB Variations
Color information
#4E36BB (or 0x4E36BB) is known color: Purple Heart. HEX triplet: 4E, 36 and BB. RGB value is (78,54,187). Sum of RGB (Red+Green+Blue) = 78+54+187=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E36BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E36BB is #B1C944. Grayscale: #4B4B4B. Windows color (decimal): -11651397 or 12269134. OLE color: 12269134.
HSL color Cylindrical-coordinate representation of color #4E36BB: hue angle of 250.83º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E36BB is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 54 | 187 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.27 |
| HSL | 250.83º | 0.55% | 0.47% | - |
| HSV(B) | 250.83º | 0.71% | 0.73% | - |
| XYZ | 13.43 | 7.85 | 47.82 | - |
| YUV | 76.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 187 | 0.58 | 0.71 | 0 | 0.27 | 250.83 | 0.55 | 0.47 |
| Hex | 4E | 36 | BB | 3A | 47 | 0 | 1B | FB | 37 | 2F |
| Octal | 116 | 66 | 273 | 72 | 107 | 0 | 33 | 373 | 67 | 57 |
| Binary | 1001110 | 110110 | 10111011 | 111010 | 1000111 | 0 | 11011 | 11111011 | 110111 | 101111 |
Color Harmonies of #4E36BB
Complementary color
Monochromatic Colors of #4E36BB
Black with #4E36BB
Text Example
Text Example
White with #4E36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E36BB; }
p { color: rgb(78,54,187); }
H1.HeaderClassName
{
color: #4E36BB;
}
.AnyTagClassName
{
color: #4E36BB;
}
</style>
background-color css
<style>
a { background-color: #4E36BB; }
a { background-color: rgb(78,54,187); }
div.DivClassName
{
background-color: #4E36BB;
}
.BgClassName
{
background-color: #4E36BB;
}
</style>
border-color css
<style>
span { border-color: #4E36BB; }
span { border-color: rgb(78,54,187); }
td.TdClassName
{
border-color: #4E36BB;
}
.TagClassName
{
border-color: #4E36BB;
}
</style>