Shades of Purple Heart #5211AB
Tints of Purple Heart #5211AB
RGB
CMYK
RGB Variations
Color information
#5211AB (or 0x5211AB) is known color: Purple Heart. HEX triplet: 52, 11 and AB. RGB value is (82,17,171). Sum of RGB (Red+Green+Blue) = 82+17+171=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5211AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5211AB is #ADEE54. Grayscale: #353535. Windows color (decimal): -11398741 or 11211090. OLE color: 11211090.
HSL color Cylindrical-coordinate representation of color #5211AB: hue angle of 265.32º 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 #5211AB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 17 | 171 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.33 |
| HSL | 265.32º | 0.82% | 0.37% | - |
| HSV(B) | 265.32º | 0.9% | 0.67% | - |
| XYZ | 11.03 | 5.14 | 38.94 | - |
| YUV | 53.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 171 | 0.52 | 0.90 | 0 | 0.33 | 265.32 | 0.82 | 0.37 |
| Hex | 52 | 11 | AB | 34 | 5A | 0 | 21 | 109 | 52 | 25 |
| Octal | 122 | 21 | 253 | 64 | 132 | 0 | 41 | 411 | 122 | 45 |
| Binary | 1010010 | 10001 | 10101011 | 110100 | 1011010 | 0 | 100001 | 100001001 | 1010010 | 100101 |
Color Harmonies of #5211AB
Complementary color
Monochromatic Colors of #5211AB
Black with #5211AB
Text Example
Text Example
White with #5211AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211AB; }
p { color: rgb(82,17,171); }
H1.HeaderClassName
{
color: #5211AB;
}
.AnyTagClassName
{
color: #5211AB;
}
</style>
background-color css
<style>
a { background-color: #5211AB; }
a { background-color: rgb(82,17,171); }
div.DivClassName
{
background-color: #5211AB;
}
.BgClassName
{
background-color: #5211AB;
}
</style>
border-color css
<style>
span { border-color: #5211AB; }
span { border-color: rgb(82,17,171); }
td.TdClassName
{
border-color: #5211AB;
}
.TagClassName
{
border-color: #5211AB;
}
</style>