Shades of Purple Heart #5211AE
Tints of Purple Heart #5211AE
RGB
CMYK
RGB Variations
Color information
#5211AE (or 0x5211AE) is known color: Purple Heart. HEX triplet: 52, 11 and AE. RGB value is (82,17,174). Sum of RGB (Red+Green+Blue) = 82+17+174=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #5211AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5211AE is #ADEE51. Grayscale: #353535. Windows color (decimal): -11398738 or 11407698. OLE color: 11407698.
HSL color Cylindrical-coordinate representation of color #5211AE: hue angle of 264.84º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5211AE is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 17 | 174 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.32 |
| HSL | 264.84º | 0.82% | 0.37% | - |
| HSV(B) | 264.84º | 0.9% | 0.68% | - |
| XYZ | 11.32 | 5.25 | 40.46 | - |
| YUV | 54.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 174 | 0.53 | 0.90 | 0 | 0.32 | 264.84 | 0.82 | 0.37 |
| Hex | 52 | 11 | AE | 35 | 5A | 0 | 20 | 109 | 52 | 25 |
| Octal | 122 | 21 | 256 | 65 | 132 | 0 | 40 | 411 | 122 | 45 |
| Binary | 1010010 | 10001 | 10101110 | 110101 | 1011010 | 0 | 100000 | 100001001 | 1010010 | 100101 |
Color Harmonies of #5211AE
Complementary color
Monochromatic Colors of #5211AE
Black with #5211AE
Text Example
Text Example
White with #5211AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211AE; }
p { color: rgb(82,17,174); }
H1.HeaderClassName
{
color: #5211AE;
}
.AnyTagClassName
{
color: #5211AE;
}
</style>
background-color css
<style>
a { background-color: #5211AE; }
a { background-color: rgb(82,17,174); }
div.DivClassName
{
background-color: #5211AE;
}
.BgClassName
{
background-color: #5211AE;
}
</style>
border-color css
<style>
span { border-color: #5211AE; }
span { border-color: rgb(82,17,174); }
td.TdClassName
{
border-color: #5211AE;
}
.TagClassName
{
border-color: #5211AE;
}
</style>