Shades of Purple Heart #522CC5
Tints of Purple Heart #522CC5
RGB
CMYK
RGB Variations
Color information
#522CC5 (or 0x522CC5) is known color: Purple Heart. HEX triplet: 52, 2C and C5. RGB value is (82,44,197). Sum of RGB (Red+Green+Blue) = 82+44+197=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #522CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CC5 is #ADD33A. Grayscale: #484848. Windows color (decimal): -11391803 or 12921938. OLE color: 12921938.
HSL color Cylindrical-coordinate representation of color #522CC5: hue angle of 254.9º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522CC5 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 44 | 197 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.23 |
| HSL | 254.9º | 0.63% | 0.47% | - |
| HSV(B) | 254.9º | 0.78% | 0.77% | - |
| XYZ | 14.46 | 7.63 | 53.53 | - |
| YUV | 72.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 197 | 0.58 | 0.78 | 0 | 0.23 | 254.9 | 0.63 | 0.47 |
| Hex | 52 | 2C | C5 | 3A | 4E | 0 | 17 | FF | 3F | 2F |
| Octal | 122 | 54 | 305 | 72 | 116 | 0 | 27 | 377 | 77 | 57 |
| Binary | 1010010 | 101100 | 11000101 | 111010 | 1001110 | 0 | 10111 | 11111111 | 111111 | 101111 |
Color Harmonies of #522CC5
Complementary color
Monochromatic Colors of #522CC5
Black with #522CC5
Text Example
Text Example
White with #522CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CC5; }
p { color: rgb(82,44,197); }
H1.HeaderClassName
{
color: #522CC5;
}
.AnyTagClassName
{
color: #522CC5;
}
</style>
background-color css
<style>
a { background-color: #522CC5; }
a { background-color: rgb(82,44,197); }
div.DivClassName
{
background-color: #522CC5;
}
.BgClassName
{
background-color: #522CC5;
}
</style>
border-color css
<style>
span { border-color: #522CC5; }
span { border-color: rgb(82,44,197); }
td.TdClassName
{
border-color: #522CC5;
}
.TagClassName
{
border-color: #522CC5;
}
</style>