Shades of Purple Heart #522AC0
Tints of Purple Heart #522AC0
RGB
CMYK
RGB Variations
Color information
#522AC0 (or 0x522AC0) is known color: Purple Heart. HEX triplet: 52, 2A and C0. RGB value is (82,42,192). Sum of RGB (Red+Green+Blue) = 82+42+192=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #522AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522AC0 is #ADD53F. Grayscale: #464646. Windows color (decimal): -11392320 or 12593746. OLE color: 12593746.
HSL color Cylindrical-coordinate representation of color #522AC0: hue angle of 256º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522AC0 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 42 | 192 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.25 |
| HSL | 256º | 0.64% | 0.46% | - |
| HSV(B) | 256º | 0.78% | 0.75% | - |
| XYZ | 13.82 | 7.26 | 50.54 | - |
| YUV | 71.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 192 | 0.57 | 0.78 | 0 | 0.25 | 256 | 0.64 | 0.46 |
| Hex | 52 | 2A | C0 | 39 | 4E | 0 | 19 | 100 | 40 | 2E |
| Octal | 122 | 52 | 300 | 71 | 116 | 0 | 31 | 400 | 100 | 56 |
| Binary | 1010010 | 101010 | 11000000 | 111001 | 1001110 | 0 | 11001 | 100000000 | 1000000 | 101110 |
Color Harmonies of #522AC0
Complementary color
Monochromatic Colors of #522AC0
Black with #522AC0
Text Example
Text Example
White with #522AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522AC0; }
p { color: rgb(82,42,192); }
H1.HeaderClassName
{
color: #522AC0;
}
.AnyTagClassName
{
color: #522AC0;
}
</style>
background-color css
<style>
a { background-color: #522AC0; }
a { background-color: rgb(82,42,192); }
div.DivClassName
{
background-color: #522AC0;
}
.BgClassName
{
background-color: #522AC0;
}
</style>
border-color css
<style>
span { border-color: #522AC0; }
span { border-color: rgb(82,42,192); }
td.TdClassName
{
border-color: #522AC0;
}
.TagClassName
{
border-color: #522AC0;
}
</style>