Shades of Purple Heart #5212AB
Tints of Purple Heart #5212AB
RGB
CMYK
RGB Variations
Color information
#5212AB (or 0x5212AB) is known color: Purple Heart. HEX triplet: 52, 12 and AB. RGB value is (82,18,171). Sum of RGB (Red+Green+Blue) = 82+18+171=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5212AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5212AB is #ADED54. Grayscale: #363636. Windows color (decimal): -11398485 or 11211346. OLE color: 11211346.
HSL color Cylindrical-coordinate representation of color #5212AB: hue angle of 265.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5212AB is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 18 | 171 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.33 |
| HSL | 265.1º | 0.81% | 0.37% | - |
| HSV(B) | 265.1º | 0.89% | 0.67% | - |
| XYZ | 11.05 | 5.17 | 38.94 | - |
| YUV | 54.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 171 | 0.52 | 0.89 | 0 | 0.33 | 265.1 | 0.81 | 0.37 |
| Hex | 52 | 12 | AB | 34 | 59 | 0 | 21 | 109 | 51 | 25 |
| Octal | 122 | 22 | 253 | 64 | 131 | 0 | 41 | 411 | 121 | 45 |
| Binary | 1010010 | 10010 | 10101011 | 110100 | 1011001 | 0 | 100001 | 100001001 | 1010001 | 100101 |
Color Harmonies of #5212AB
Complementary color
Monochromatic Colors of #5212AB
Black with #5212AB
Text Example
Text Example
White with #5212AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5212AB; }
p { color: rgb(82,18,171); }
H1.HeaderClassName
{
color: #5212AB;
}
.AnyTagClassName
{
color: #5212AB;
}
</style>
background-color css
<style>
a { background-color: #5212AB; }
a { background-color: rgb(82,18,171); }
div.DivClassName
{
background-color: #5212AB;
}
.BgClassName
{
background-color: #5212AB;
}
</style>
border-color css
<style>
span { border-color: #5212AB; }
span { border-color: rgb(82,18,171); }
td.TdClassName
{
border-color: #5212AB;
}
.TagClassName
{
border-color: #5212AB;
}
</style>