Shades of Purple Heart #510EBB
Tints of Purple Heart #510EBB
RGB
CMYK
RGB Variations
Color information
#510EBB (or 0x510EBB) is known color: Purple Heart. HEX triplet: 51, 0E and BB. RGB value is (81,14,187). Sum of RGB (Red+Green+Blue) = 81+14+187=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #510EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EBB is #AEF144. Grayscale: #353535. Windows color (decimal): -11465029 or 12258897. OLE color: 12258897.
HSL color Cylindrical-coordinate representation of color #510EBB: hue angle of 263.24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510EBB is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 14 | 187 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.27 |
| HSL | 263.24º | 0.86% | 0.39% | - |
| HSV(B) | 263.24º | 0.93% | 0.73% | - |
| XYZ | 12.52 | 5.65 | 47.44 | - |
| YUV | 53.76 | 203.2 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 187 | 0.57 | 0.93 | 0 | 0.27 | 263.24 | 0.86 | 0.39 |
| Hex | 51 | E | BB | 39 | 5D | 0 | 1B | 107 | 56 | 27 |
| Octal | 121 | 16 | 273 | 71 | 135 | 0 | 33 | 407 | 126 | 47 |
| Binary | 1010001 | 1110 | 10111011 | 111001 | 1011101 | 0 | 11011 | 100000111 | 1010110 | 100111 |
Color Harmonies of #510EBB
Complementary color
Monochromatic Colors of #510EBB
Black with #510EBB
Text Example
Text Example
White with #510EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510EBB; }
p { color: rgb(81,14,187); }
H1.HeaderClassName
{
color: #510EBB;
}
.AnyTagClassName
{
color: #510EBB;
}
</style>
background-color css
<style>
a { background-color: #510EBB; }
a { background-color: rgb(81,14,187); }
div.DivClassName
{
background-color: #510EBB;
}
.BgClassName
{
background-color: #510EBB;
}
</style>
border-color css
<style>
span { border-color: #510EBB; }
span { border-color: rgb(81,14,187); }
td.TdClassName
{
border-color: #510EBB;
}
.TagClassName
{
border-color: #510EBB;
}
</style>