Shades of Purple Heart #522ABC
Tints of Purple Heart #522ABC
RGB
CMYK
RGB Variations
Color information
#522ABC (or 0x522ABC) is known color: Purple Heart. HEX triplet: 52, 2A and BC. RGB value is (82,42,188). Sum of RGB (Red+Green+Blue) = 82+42+188=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #522ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ABC is #ADD543. Grayscale: #464646. Windows color (decimal): -11392324 or 12331602. OLE color: 12331602.
HSL color Cylindrical-coordinate representation of color #522ABC: hue angle of 256.44º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522ABC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 42 | 188 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.26 |
| HSL | 256.44º | 0.63% | 0.45% | - |
| HSV(B) | 256.44º | 0.78% | 0.74% | - |
| XYZ | 13.38 | 7.08 | 48.24 | - |
| YUV | 70.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 188 | 0.56 | 0.78 | 0 | 0.26 | 256.44 | 0.63 | 0.45 |
| Hex | 52 | 2A | BC | 38 | 4E | 0 | 1A | 100 | 3F | 2D |
| Octal | 122 | 52 | 274 | 70 | 116 | 0 | 32 | 400 | 77 | 55 |
| Binary | 1010010 | 101010 | 10111100 | 111000 | 1001110 | 0 | 11010 | 100000000 | 111111 | 101101 |
Color Harmonies of #522ABC
Complementary color
Monochromatic Colors of #522ABC
Black with #522ABC
Text Example
Text Example
White with #522ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ABC; }
p { color: rgb(82,42,188); }
H1.HeaderClassName
{
color: #522ABC;
}
.AnyTagClassName
{
color: #522ABC;
}
</style>
background-color css
<style>
a { background-color: #522ABC; }
a { background-color: rgb(82,42,188); }
div.DivClassName
{
background-color: #522ABC;
}
.BgClassName
{
background-color: #522ABC;
}
</style>
border-color css
<style>
span { border-color: #522ABC; }
span { border-color: rgb(82,42,188); }
td.TdClassName
{
border-color: #522ABC;
}
.TagClassName
{
border-color: #522ABC;
}
</style>