Shades of Purple Heart #5110BB
Tints of Purple Heart #5110BB
RGB
CMYK
RGB Variations
Color information
#5110BB (or 0x5110BB) is known color: Purple Heart. HEX triplet: 51, 10 and BB. RGB value is (81,16,187). Sum of RGB (Red+Green+Blue) = 81+16+187=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #5110BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110BB is #AEEF44. Grayscale: #363636. Windows color (decimal): -11464517 or 12259409. OLE color: 12259409.
HSL color Cylindrical-coordinate representation of color #5110BB: hue angle of 262.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5110BB is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 16 | 187 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.27 |
| HSL | 262.81º | 0.84% | 0.4% | - |
| HSV(B) | 262.81º | 0.91% | 0.73% | - |
| XYZ | 12.55 | 5.71 | 47.45 | - |
| YUV | 54.93 | 202.53 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 187 | 0.57 | 0.91 | 0 | 0.27 | 262.81 | 0.84 | 0.4 |
| Hex | 51 | 10 | BB | 39 | 5B | 0 | 1B | 107 | 54 | 28 |
| Octal | 121 | 20 | 273 | 71 | 133 | 0 | 33 | 407 | 124 | 50 |
| Binary | 1010001 | 10000 | 10111011 | 111001 | 1011011 | 0 | 11011 | 100000111 | 1010100 | 101000 |
Color Harmonies of #5110BB
Complementary color
Monochromatic Colors of #5110BB
Black with #5110BB
Text Example
Text Example
White with #5110BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110BB; }
p { color: rgb(81,16,187); }
H1.HeaderClassName
{
color: #5110BB;
}
.AnyTagClassName
{
color: #5110BB;
}
</style>
background-color css
<style>
a { background-color: #5110BB; }
a { background-color: rgb(81,16,187); }
div.DivClassName
{
background-color: #5110BB;
}
.BgClassName
{
background-color: #5110BB;
}
</style>
border-color css
<style>
span { border-color: #5110BB; }
span { border-color: rgb(81,16,187); }
td.TdClassName
{
border-color: #5110BB;
}
.TagClassName
{
border-color: #5110BB;
}
</style>