Shades of Purple Heart #4E00BB
Tints of Purple Heart #4E00BB
RGB
CMYK
RGB Variations
Color information
#4E00BB (or 0x4E00BB) is known color: Purple Heart. HEX triplet: 4E, 00 and BB. RGB value is (78,0,187). Sum of RGB (Red+Green+Blue) = 78+0+187=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E00BB is #B1FF44. Grayscale: #2B2B2B. Windows color (decimal): -11665221 or 12255310. OLE color: 12255310.
HSL color Cylindrical-coordinate representation of color #4E00BB: hue angle of 265.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E00BB is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 0 | 187 | - |
| CMYK | 0.58 | 1 | 0 | 0.27 |
| HSL | 265.03º | 1% | 0.37% | - |
| HSV(B) | 265.03º | 1% | 0.73% | - |
| XYZ | 12.11 | 5.21 | 47.38 | - |
| YUV | 44.64 | 208.34 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 187 | 0.58 | 1 | 0 | 0.27 | 265.03 | 1 | 0.37 |
| Hex | 4E | 0 | BB | 3A | 64 | 0 | 1B | 109 | 64 | 25 |
| Octal | 116 | 0 | 273 | 72 | 144 | 0 | 33 | 411 | 144 | 45 |
| Binary | 1001110 | 0 | 10111011 | 111010 | 1100100 | 0 | 11011 | 100001001 | 1100100 | 100101 |
Color Harmonies of #4E00BB
Complementary color
Monochromatic Colors of #4E00BB
Black with #4E00BB
Text Example
Text Example
White with #4E00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E00BB; }
p { color: rgb(78,0,187); }
H1.HeaderClassName
{
color: #4E00BB;
}
.AnyTagClassName
{
color: #4E00BB;
}
</style>
background-color css
<style>
a { background-color: #4E00BB; }
a { background-color: rgb(78,0,187); }
div.DivClassName
{
background-color: #4E00BB;
}
.BgClassName
{
background-color: #4E00BB;
}
</style>
border-color css
<style>
span { border-color: #4E00BB; }
span { border-color: rgb(78,0,187); }
td.TdClassName
{
border-color: #4E00BB;
}
.TagClassName
{
border-color: #4E00BB;
}
</style>