Shades of Purple Heart #522ACB
Tints of Purple Heart #522ACB
RGB
CMYK
RGB Variations
Color information
#522ACB (or 0x522ACB) is known color: Purple Heart. HEX triplet: 52, 2A and CB. RGB value is (82,42,203). Sum of RGB (Red+Green+Blue) = 82+42+203=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #522ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ACB is #ADD534. Grayscale: #474747. Windows color (decimal): -11392309 or 13314642. OLE color: 13314642.
HSL color Cylindrical-coordinate representation of color #522ACB: hue angle of 254.91º 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 #522ACB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 42 | 203 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.20 |
| HSL | 254.91º | 0.66% | 0.48% | - |
| HSV(B) | 254.91º | 0.79% | 0.8% | - |
| XYZ | 15.09 | 7.76 | 57.2 | - |
| YUV | 72.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 203 | 0.60 | 0.79 | 0 | 0.20 | 254.91 | 0.66 | 0.48 |
| Hex | 52 | 2A | CB | 3C | 4F | 0 | 14 | FF | 42 | 30 |
| Octal | 122 | 52 | 313 | 74 | 117 | 0 | 24 | 377 | 102 | 60 |
| Binary | 1010010 | 101010 | 11001011 | 111100 | 1001111 | 0 | 10100 | 11111111 | 1000010 | 110000 |
Color Harmonies of #522ACB
Complementary color
Monochromatic Colors of #522ACB
Black with #522ACB
Text Example
Text Example
White with #522ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ACB; }
p { color: rgb(82,42,203); }
H1.HeaderClassName
{
color: #522ACB;
}
.AnyTagClassName
{
color: #522ACB;
}
</style>
background-color css
<style>
a { background-color: #522ACB; }
a { background-color: rgb(82,42,203); }
div.DivClassName
{
background-color: #522ACB;
}
.BgClassName
{
background-color: #522ACB;
}
</style>
border-color css
<style>
span { border-color: #522ACB; }
span { border-color: rgb(82,42,203); }
td.TdClassName
{
border-color: #522ACB;
}
.TagClassName
{
border-color: #522ACB;
}
</style>