Shades of Purple Heart #522CAC
Tints of Purple Heart #522CAC
RGB
CMYK
RGB Variations
Color information
#522CAC (or 0x522CAC) is known color: Purple Heart. HEX triplet: 52, 2C and AC. RGB value is (82,44,172). Sum of RGB (Red+Green+Blue) = 82+44+172=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #522CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CAC is #ADD353. Grayscale: #454545. Windows color (decimal): -11391828 or 11283538. OLE color: 11283538.
HSL color Cylindrical-coordinate representation of color #522CAC: hue angle of 257.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522CAC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 44 | 172 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.33 |
| HSL | 257.81º | 0.59% | 0.42% | - |
| HSV(B) | 257.81º | 0.74% | 0.67% | - |
| XYZ | 11.83 | 6.57 | 39.68 | - |
| YUV | 69.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 172 | 0.52 | 0.74 | 0 | 0.33 | 257.81 | 0.59 | 0.42 |
| Hex | 52 | 2C | AC | 34 | 4A | 0 | 21 | 102 | 3B | 2A |
| Octal | 122 | 54 | 254 | 64 | 112 | 0 | 41 | 402 | 73 | 52 |
| Binary | 1010010 | 101100 | 10101100 | 110100 | 1001010 | 0 | 100001 | 100000010 | 111011 | 101010 |
Color Harmonies of #522CAC
Complementary color
Monochromatic Colors of #522CAC
Black with #522CAC
Text Example
Text Example
White with #522CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CAC; }
p { color: rgb(82,44,172); }
H1.HeaderClassName
{
color: #522CAC;
}
.AnyTagClassName
{
color: #522CAC;
}
</style>
background-color css
<style>
a { background-color: #522CAC; }
a { background-color: rgb(82,44,172); }
div.DivClassName
{
background-color: #522CAC;
}
.BgClassName
{
background-color: #522CAC;
}
</style>
border-color css
<style>
span { border-color: #522CAC; }
span { border-color: rgb(82,44,172); }
td.TdClassName
{
border-color: #522CAC;
}
.TagClassName
{
border-color: #522CAC;
}
</style>