Shades of Purple Heart #522AAA
Tints of Purple Heart #522AAA
RGB
CMYK
RGB Variations
Color information
#522AAA (or 0x522AAA) is known color: Purple Heart. HEX triplet: 52, 2A and AA. RGB value is (82,42,170). Sum of RGB (Red+Green+Blue) = 82+42+170=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #522AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522AAA is #ADD555. Grayscale: #444444. Windows color (decimal): -11392342 or 11151954. OLE color: 11151954.
HSL color Cylindrical-coordinate representation of color #522AAA: hue angle of 258.75º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522AAA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 42 | 170 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.33 |
| HSL | 258.75º | 0.6% | 0.42% | - |
| HSV(B) | 258.75º | 0.75% | 0.67% | - |
| XYZ | 11.56 | 6.35 | 38.65 | - |
| YUV | 68.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 170 | 0.52 | 0.75 | 0 | 0.33 | 258.75 | 0.6 | 0.42 |
| Hex | 52 | 2A | AA | 34 | 4B | 0 | 21 | 103 | 3C | 2A |
| Octal | 122 | 52 | 252 | 64 | 113 | 0 | 41 | 403 | 74 | 52 |
| Binary | 1010010 | 101010 | 10101010 | 110100 | 1001011 | 0 | 100001 | 100000011 | 111100 | 101010 |
Color Harmonies of #522AAA
Complementary color
Monochromatic Colors of #522AAA
Black with #522AAA
Text Example
Text Example
White with #522AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522AAA; }
p { color: rgb(82,42,170); }
H1.HeaderClassName
{
color: #522AAA;
}
.AnyTagClassName
{
color: #522AAA;
}
</style>
background-color css
<style>
a { background-color: #522AAA; }
a { background-color: rgb(82,42,170); }
div.DivClassName
{
background-color: #522AAA;
}
.BgClassName
{
background-color: #522AAA;
}
</style>
border-color css
<style>
span { border-color: #522AAA; }
span { border-color: rgb(82,42,170); }
td.TdClassName
{
border-color: #522AAA;
}
.TagClassName
{
border-color: #522AAA;
}
</style>