Shades of Purple Heart #5111AB
Tints of Purple Heart #5111AB
RGB
CMYK
RGB Variations
Color information
#5111AB (or 0x5111AB) is known color: Purple Heart. HEX triplet: 51, 11 and AB. RGB value is (81,17,171). Sum of RGB (Red+Green+Blue) = 81+17+171=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #5111AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5111AB is #AEEE54. Grayscale: #353535. Windows color (decimal): -11464277 or 11211089. OLE color: 11211089.
HSL color Cylindrical-coordinate representation of color #5111AB: hue angle of 264.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5111AB is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 17 | 171 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.33 |
| HSL | 264.94º | 0.82% | 0.37% | - |
| HSV(B) | 264.94º | 0.9% | 0.67% | - |
| XYZ | 10.94 | 5.09 | 38.93 | - |
| YUV | 53.69 | 194.2 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 171 | 0.53 | 0.90 | 0 | 0.33 | 264.94 | 0.82 | 0.37 |
| Hex | 51 | 11 | AB | 35 | 5A | 0 | 21 | 109 | 52 | 25 |
| Octal | 121 | 21 | 253 | 65 | 132 | 0 | 41 | 411 | 122 | 45 |
| Binary | 1010001 | 10001 | 10101011 | 110101 | 1011010 | 0 | 100001 | 100001001 | 1010010 | 100101 |
Color Harmonies of #5111AB
Complementary color
Monochromatic Colors of #5111AB
Black with #5111AB
Text Example
Text Example
White with #5111AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5111AB; }
p { color: rgb(81,17,171); }
H1.HeaderClassName
{
color: #5111AB;
}
.AnyTagClassName
{
color: #5111AB;
}
</style>
background-color css
<style>
a { background-color: #5111AB; }
a { background-color: rgb(81,17,171); }
div.DivClassName
{
background-color: #5111AB;
}
.BgClassName
{
background-color: #5111AB;
}
</style>
border-color css
<style>
span { border-color: #5111AB; }
span { border-color: rgb(81,17,171); }
td.TdClassName
{
border-color: #5111AB;
}
.TagClassName
{
border-color: #5111AB;
}
</style>