Shades of Purple Heart #5116AA
Tints of Purple Heart #5116AA
RGB
CMYK
RGB Variations
Color information
#5116AA (or 0x5116AA) is known color: Purple Heart. HEX triplet: 51, 16 and AA. RGB value is (81,22,170). Sum of RGB (Red+Green+Blue) = 81+22+170=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5116AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5116AA is #AEE955. Grayscale: #373737. Windows color (decimal): -11462998 or 11146833. OLE color: 11146833.
HSL color Cylindrical-coordinate representation of color #5116AA: hue angle of 263.92º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5116AA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 22 | 170 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.33 |
| HSL | 263.92º | 0.77% | 0.38% | - |
| HSV(B) | 263.92º | 0.87% | 0.67% | - |
| XYZ | 10.94 | 5.23 | 38.46 | - |
| YUV | 56.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 170 | 0.52 | 0.87 | 0 | 0.33 | 263.92 | 0.77 | 0.38 |
| Hex | 51 | 16 | AA | 34 | 57 | 0 | 21 | 108 | 4D | 26 |
| Octal | 121 | 26 | 252 | 64 | 127 | 0 | 41 | 410 | 115 | 46 |
| Binary | 1010001 | 10110 | 10101010 | 110100 | 1010111 | 0 | 100001 | 100001000 | 1001101 | 100110 |
Color Harmonies of #5116AA
Complementary color
Monochromatic Colors of #5116AA
Black with #5116AA
Text Example
Text Example
White with #5116AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116AA; }
p { color: rgb(81,22,170); }
H1.HeaderClassName
{
color: #5116AA;
}
.AnyTagClassName
{
color: #5116AA;
}
</style>
background-color css
<style>
a { background-color: #5116AA; }
a { background-color: rgb(81,22,170); }
div.DivClassName
{
background-color: #5116AA;
}
.BgClassName
{
background-color: #5116AA;
}
</style>
border-color css
<style>
span { border-color: #5116AA; }
span { border-color: rgb(81,22,170); }
td.TdClassName
{
border-color: #5116AA;
}
.TagClassName
{
border-color: #5116AA;
}
</style>