Shades of Purple Heart #5222AA
Tints of Purple Heart #5222AA
RGB
CMYK
RGB Variations
Color information
#5222AA (or 0x5222AA) is known color: Purple Heart. HEX triplet: 52, 22 and AA. RGB value is (82,34,170). Sum of RGB (Red+Green+Blue) = 82+34+170=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #5222AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5222AA is #ADDD55. Grayscale: #3F3F3F. Windows color (decimal): -11394390 or 11149906. OLE color: 11149906.
HSL color Cylindrical-coordinate representation of color #5222AA: hue angle of 261.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5222AA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 34 | 170 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.33 |
| HSL | 261.18º | 0.67% | 0.4% | - |
| HSV(B) | 261.18º | 0.8% | 0.67% | - |
| XYZ | 11.31 | 5.84 | 38.56 | - |
| YUV | 63.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 170 | 0.52 | 0.80 | 0 | 0.33 | 261.18 | 0.67 | 0.4 |
| Hex | 52 | 22 | AA | 34 | 50 | 0 | 21 | 105 | 43 | 28 |
| Octal | 122 | 42 | 252 | 64 | 120 | 0 | 41 | 405 | 103 | 50 |
| Binary | 1010010 | 100010 | 10101010 | 110100 | 1010000 | 0 | 100001 | 100000101 | 1000011 | 101000 |
Color Harmonies of #5222AA
Complementary color
Monochromatic Colors of #5222AA
Black with #5222AA
Text Example
Text Example
White with #5222AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5222AA; }
p { color: rgb(82,34,170); }
H1.HeaderClassName
{
color: #5222AA;
}
.AnyTagClassName
{
color: #5222AA;
}
</style>
background-color css
<style>
a { background-color: #5222AA; }
a { background-color: rgb(82,34,170); }
div.DivClassName
{
background-color: #5222AA;
}
.BgClassName
{
background-color: #5222AA;
}
</style>
border-color css
<style>
span { border-color: #5222AA; }
span { border-color: rgb(82,34,170); }
td.TdClassName
{
border-color: #5222AA;
}
.TagClassName
{
border-color: #5222AA;
}
</style>