Shades of Purple Heart #522AAC
Tints of Purple Heart #522AAC
RGB
CMYK
RGB Variations
Color information
#522AAC (or 0x522AAC) is known color: Purple Heart. HEX triplet: 52, 2A and AC. RGB value is (82,42,172). Sum of RGB (Red+Green+Blue) = 82+42+172=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #522AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522AAC is #ADD553. Grayscale: #444444. Windows color (decimal): -11392340 or 11283026. OLE color: 11283026.
HSL color Cylindrical-coordinate representation of color #522AAC: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522AAC is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 42 | 172 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.33 |
| HSL | 258.46º | 0.61% | 0.42% | - |
| HSV(B) | 258.46º | 0.76% | 0.67% | - |
| XYZ | 11.75 | 6.43 | 39.65 | - |
| YUV | 68.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 172 | 0.52 | 0.76 | 0 | 0.33 | 258.46 | 0.61 | 0.42 |
| Hex | 52 | 2A | AC | 34 | 4C | 0 | 21 | 102 | 3D | 2A |
| Octal | 122 | 52 | 254 | 64 | 114 | 0 | 41 | 402 | 75 | 52 |
| Binary | 1010010 | 101010 | 10101100 | 110100 | 1001100 | 0 | 100001 | 100000010 | 111101 | 101010 |
Color Harmonies of #522AAC
Complementary color
Monochromatic Colors of #522AAC
Black with #522AAC
Text Example
Text Example
White with #522AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522AAC; }
p { color: rgb(82,42,172); }
H1.HeaderClassName
{
color: #522AAC;
}
.AnyTagClassName
{
color: #522AAC;
}
</style>
background-color css
<style>
a { background-color: #522AAC; }
a { background-color: rgb(82,42,172); }
div.DivClassName
{
background-color: #522AAC;
}
.BgClassName
{
background-color: #522AAC;
}
</style>
border-color css
<style>
span { border-color: #522AAC; }
span { border-color: rgb(82,42,172); }
td.TdClassName
{
border-color: #522AAC;
}
.TagClassName
{
border-color: #522AAC;
}
</style>