Shades of Purple Heart #522DAC
Tints of Purple Heart #522DAC
RGB
CMYK
RGB Variations
Color information
#522DAC (or 0x522DAC) is known color: Purple Heart. HEX triplet: 52, 2D and AC. RGB value is (82,45,172). Sum of RGB (Red+Green+Blue) = 82+45+172=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #522DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522DAC is #ADD253. Grayscale: #464646. Windows color (decimal): -11391572 or 11283794. OLE color: 11283794.
HSL color Cylindrical-coordinate representation of color #522DAC: hue angle of 257.48º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522DAC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 45 | 172 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.33 |
| HSL | 257.48º | 0.59% | 0.43% | - |
| HSV(B) | 257.48º | 0.74% | 0.67% | - |
| XYZ | 11.86 | 6.65 | 39.69 | - |
| YUV | 70.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 172 | 0.52 | 0.74 | 0 | 0.33 | 257.48 | 0.59 | 0.43 |
| Hex | 52 | 2D | AC | 34 | 4A | 0 | 21 | 101 | 3B | 2B |
| Octal | 122 | 55 | 254 | 64 | 112 | 0 | 41 | 401 | 73 | 53 |
| Binary | 1010010 | 101101 | 10101100 | 110100 | 1001010 | 0 | 100001 | 100000001 | 111011 | 101011 |
Color Harmonies of #522DAC
Complementary color
Monochromatic Colors of #522DAC
Black with #522DAC
Text Example
Text Example
White with #522DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DAC; }
p { color: rgb(82,45,172); }
H1.HeaderClassName
{
color: #522DAC;
}
.AnyTagClassName
{
color: #522DAC;
}
</style>
background-color css
<style>
a { background-color: #522DAC; }
a { background-color: rgb(82,45,172); }
div.DivClassName
{
background-color: #522DAC;
}
.BgClassName
{
background-color: #522DAC;
}
</style>
border-color css
<style>
span { border-color: #522DAC; }
span { border-color: rgb(82,45,172); }
td.TdClassName
{
border-color: #522DAC;
}
.TagClassName
{
border-color: #522DAC;
}
</style>