Shades of Purple Heart #522ACA
Tints of Purple Heart #522ACA
RGB
CMYK
RGB Variations
Color information
#522ACA (or 0x522ACA) is known color: Purple Heart. HEX triplet: 52, 2A and CA. RGB value is (82,42,202). Sum of RGB (Red+Green+Blue) = 82+42+202=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #522ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ACA is #ADD535. Grayscale: #474747. Windows color (decimal): -11392310 or 13249106. OLE color: 13249106.
HSL color Cylindrical-coordinate representation of color #522ACA: hue angle of 255º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522ACA is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 42 | 202 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.21 |
| HSL | 255º | 0.66% | 0.48% | - |
| HSV(B) | 255º | 0.79% | 0.79% | - |
| XYZ | 14.97 | 7.71 | 56.58 | - |
| YUV | 72.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 202 | 0.59 | 0.79 | 0 | 0.21 | 255 | 0.66 | 0.48 |
| Hex | 52 | 2A | CA | 3B | 4F | 0 | 15 | FF | 42 | 30 |
| Octal | 122 | 52 | 312 | 73 | 117 | 0 | 25 | 377 | 102 | 60 |
| Binary | 1010010 | 101010 | 11001010 | 111011 | 1001111 | 0 | 10101 | 11111111 | 1000010 | 110000 |
Color Harmonies of #522ACA
Complementary color
Monochromatic Colors of #522ACA
Black with #522ACA
Text Example
Text Example
White with #522ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ACA; }
p { color: rgb(82,42,202); }
H1.HeaderClassName
{
color: #522ACA;
}
.AnyTagClassName
{
color: #522ACA;
}
</style>
background-color css
<style>
a { background-color: #522ACA; }
a { background-color: rgb(82,42,202); }
div.DivClassName
{
background-color: #522ACA;
}
.BgClassName
{
background-color: #522ACA;
}
</style>
border-color css
<style>
span { border-color: #522ACA; }
span { border-color: rgb(82,42,202); }
td.TdClassName
{
border-color: #522ACA;
}
.TagClassName
{
border-color: #522ACA;
}
</style>