Shades of Purple Heart #522ACC
Tints of Purple Heart #522ACC
RGB
CMYK
RGB Variations
Color information
#522ACC (or 0x522ACC) is known color: Purple Heart. HEX triplet: 52, 2A and CC. RGB value is (82,42,204). Sum of RGB (Red+Green+Blue) = 82+42+204=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #522ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ACC is #ADD533. Grayscale: #474747. Windows color (decimal): -11392308 or 13380178. OLE color: 13380178.
HSL color Cylindrical-coordinate representation of color #522ACC: hue angle of 254.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522ACC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 42 | 204 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.2 |
| HSL | 254.81º | 0.66% | 0.48% | - |
| HSV(B) | 254.81º | 0.79% | 0.8% | - |
| XYZ | 15.21 | 7.81 | 57.83 | - |
| YUV | 72.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 204 | 0.60 | 0.79 | 0 | 0.2 | 254.81 | 0.66 | 0.48 |
| Hex | 52 | 2A | CC | 3C | 4F | 0 | 14 | FF | 42 | 30 |
| Octal | 122 | 52 | 314 | 74 | 117 | 0 | 24 | 377 | 102 | 60 |
| Binary | 1010010 | 101010 | 11001100 | 111100 | 1001111 | 0 | 10100 | 11111111 | 1000010 | 110000 |
Color Harmonies of #522ACC
Complementary color
Monochromatic Colors of #522ACC
Black with #522ACC
Text Example
Text Example
White with #522ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ACC; }
p { color: rgb(82,42,204); }
H1.HeaderClassName
{
color: #522ACC;
}
.AnyTagClassName
{
color: #522ACC;
}
</style>
background-color css
<style>
a { background-color: #522ACC; }
a { background-color: rgb(82,42,204); }
div.DivClassName
{
background-color: #522ACC;
}
.BgClassName
{
background-color: #522ACC;
}
</style>
border-color css
<style>
span { border-color: #522ACC; }
span { border-color: rgb(82,42,204); }
td.TdClassName
{
border-color: #522ACC;
}
.TagClassName
{
border-color: #522ACC;
}
</style>