Shades of Purple Heart #5110BD
Tints of Purple Heart #5110BD
RGB
CMYK
RGB Variations
Color information
#5110BD (or 0x5110BD) is known color: Purple Heart. HEX triplet: 51, 10 and BD. RGB value is (81,16,189). Sum of RGB (Red+Green+Blue) = 81+16+189=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #5110BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110BD is #AEEF42. Grayscale: #363636. Windows color (decimal): -11464515 or 12390481. OLE color: 12390481.
HSL color Cylindrical-coordinate representation of color #5110BD: hue angle of 262.54º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5110BD is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 16 | 189 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.26 |
| HSL | 262.54º | 0.84% | 0.4% | - |
| HSV(B) | 262.54º | 0.92% | 0.74% | - |
| XYZ | 12.76 | 5.79 | 48.59 | - |
| YUV | 55.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 189 | 0.57 | 0.92 | 0 | 0.26 | 262.54 | 0.84 | 0.4 |
| Hex | 51 | 10 | BD | 39 | 5C | 0 | 1A | 107 | 54 | 28 |
| Octal | 121 | 20 | 275 | 71 | 134 | 0 | 32 | 407 | 124 | 50 |
| Binary | 1010001 | 10000 | 10111101 | 111001 | 1011100 | 0 | 11010 | 100000111 | 1010100 | 101000 |
Color Harmonies of #5110BD
Complementary color
Monochromatic Colors of #5110BD
Black with #5110BD
Text Example
Text Example
White with #5110BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110BD; }
p { color: rgb(81,16,189); }
H1.HeaderClassName
{
color: #5110BD;
}
.AnyTagClassName
{
color: #5110BD;
}
</style>
background-color css
<style>
a { background-color: #5110BD; }
a { background-color: rgb(81,16,189); }
div.DivClassName
{
background-color: #5110BD;
}
.BgClassName
{
background-color: #5110BD;
}
</style>
border-color css
<style>
span { border-color: #5110BD; }
span { border-color: rgb(81,16,189); }
td.TdClassName
{
border-color: #5110BD;
}
.TagClassName
{
border-color: #5110BD;
}
</style>