Shades of Purple Heart #522CDC
Tints of Purple Heart #522CDC
RGB
CMYK
RGB Variations
Color information
#522CDC (or 0x522CDC) is known color: Purple Heart. HEX triplet: 52, 2C and DC. RGB value is (82,44,220). Sum of RGB (Red+Green+Blue) = 82+44+220=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #522CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CDC is #ADD323. Grayscale: #4A4A4A. Windows color (decimal): -11391780 or 14429266. OLE color: 14429266.
HSL color Cylindrical-coordinate representation of color #522CDC: hue angle of 252.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522CDC is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 44 | 220 | - |
| CMYK | 0.63 | 0.8 | 0 | 0.14 |
| HSL | 252.95º | 0.72% | 0.52% | - |
| HSV(B) | 252.95º | 0.8% | 0.86% | - |
| XYZ | 17.3 | 8.76 | 68.49 | - |
| YUV | 75.43 | 209.59 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 220 | 0.63 | 0.8 | 0 | 0.14 | 252.95 | 0.72 | 0.52 |
| Hex | 52 | 2C | DC | 3F | 50 | 0 | E | FD | 48 | 34 |
| Octal | 122 | 54 | 334 | 77 | 120 | 0 | 16 | 375 | 110 | 64 |
| Binary | 1010010 | 101100 | 11011100 | 111111 | 1010000 | 0 | 1110 | 11111101 | 1001000 | 110100 |
Color Harmonies of #522CDC
Complementary color
Monochromatic Colors of #522CDC
Black with #522CDC
Text Example
Text Example
White with #522CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CDC; }
p { color: rgb(82,44,220); }
H1.HeaderClassName
{
color: #522CDC;
}
.AnyTagClassName
{
color: #522CDC;
}
</style>
background-color css
<style>
a { background-color: #522CDC; }
a { background-color: rgb(82,44,220); }
div.DivClassName
{
background-color: #522CDC;
}
.BgClassName
{
background-color: #522CDC;
}
</style>
border-color css
<style>
span { border-color: #522CDC; }
span { border-color: rgb(82,44,220); }
td.TdClassName
{
border-color: #522CDC;
}
.TagClassName
{
border-color: #522CDC;
}
</style>