Shades of Purple Heart #522BCC
Tints of Purple Heart #522BCC
RGB
CMYK
RGB Variations
Color information
#522BCC (or 0x522BCC) is known color: Purple Heart. HEX triplet: 52, 2B and CC. RGB value is (82,43,204). Sum of RGB (Red+Green+Blue) = 82+43+204=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #522BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BCC is #ADD433. Grayscale: #484848. Windows color (decimal): -11392052 or 13380434. OLE color: 13380434.
HSL color Cylindrical-coordinate representation of color #522BCC: hue angle of 254.53º degrees, saturation: 0.65, 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 #522BCC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 43 | 204 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.2 |
| HSL | 254.53º | 0.65% | 0.48% | - |
| HSV(B) | 254.53º | 0.79% | 0.8% | - |
| XYZ | 15.24 | 7.88 | 57.84 | - |
| YUV | 73.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 204 | 0.60 | 0.79 | 0 | 0.2 | 254.53 | 0.65 | 0.48 |
| Hex | 52 | 2B | CC | 3C | 4F | 0 | 14 | FF | 41 | 30 |
| Octal | 122 | 53 | 314 | 74 | 117 | 0 | 24 | 377 | 101 | 60 |
| Binary | 1010010 | 101011 | 11001100 | 111100 | 1001111 | 0 | 10100 | 11111111 | 1000001 | 110000 |
Color Harmonies of #522BCC
Complementary color
Monochromatic Colors of #522BCC
Black with #522BCC
Text Example
Text Example
White with #522BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BCC; }
p { color: rgb(82,43,204); }
H1.HeaderClassName
{
color: #522BCC;
}
.AnyTagClassName
{
color: #522BCC;
}
</style>
background-color css
<style>
a { background-color: #522BCC; }
a { background-color: rgb(82,43,204); }
div.DivClassName
{
background-color: #522BCC;
}
.BgClassName
{
background-color: #522BCC;
}
</style>
border-color css
<style>
span { border-color: #522BCC; }
span { border-color: rgb(82,43,204); }
td.TdClassName
{
border-color: #522BCC;
}
.TagClassName
{
border-color: #522BCC;
}
</style>