Shades of Purple Heart #5116BD
Tints of Purple Heart #5116BD
RGB
CMYK
RGB Variations
Color information
#5116BD (or 0x5116BD) is known color: Purple Heart. HEX triplet: 51, 16 and BD. RGB value is (81,22,189). Sum of RGB (Red+Green+Blue) = 81+22+189=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #5116BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5116BD is #AEE942. Grayscale: #3A3A3A. Windows color (decimal): -11462979 or 12392017. OLE color: 12392017.
HSL color Cylindrical-coordinate representation of color #5116BD: hue angle of 261.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5116BD is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 22 | 189 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.26 |
| HSL | 261.2º | 0.79% | 0.41% | - |
| HSV(B) | 261.2º | 0.88% | 0.74% | - |
| XYZ | 12.87 | 6 | 48.62 | - |
| YUV | 58.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 189 | 0.57 | 0.88 | 0 | 0.26 | 261.2 | 0.79 | 0.41 |
| Hex | 51 | 16 | BD | 39 | 58 | 0 | 1A | 105 | 4F | 29 |
| Octal | 121 | 26 | 275 | 71 | 130 | 0 | 32 | 405 | 117 | 51 |
| Binary | 1010001 | 10110 | 10111101 | 111001 | 1011000 | 0 | 11010 | 100000101 | 1001111 | 101001 |
Color Harmonies of #5116BD
Complementary color
Monochromatic Colors of #5116BD
Black with #5116BD
Text Example
Text Example
White with #5116BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116BD; }
p { color: rgb(81,22,189); }
H1.HeaderClassName
{
color: #5116BD;
}
.AnyTagClassName
{
color: #5116BD;
}
</style>
background-color css
<style>
a { background-color: #5116BD; }
a { background-color: rgb(81,22,189); }
div.DivClassName
{
background-color: #5116BD;
}
.BgClassName
{
background-color: #5116BD;
}
</style>
border-color css
<style>
span { border-color: #5116BD; }
span { border-color: rgb(81,22,189); }
td.TdClassName
{
border-color: #5116BD;
}
.TagClassName
{
border-color: #5116BD;
}
</style>