Shades of Purple Heart #522DDC
Tints of Purple Heart #522DDC
RGB
CMYK
RGB Variations
Color information
#522DDC (or 0x522DDC) is known color: Purple Heart. HEX triplet: 52, 2D and DC. RGB value is (82,45,220). Sum of RGB (Red+Green+Blue) = 82+45+220=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #522DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DDC is #ADD223. Grayscale: #4B4B4B. Windows color (decimal): -11391524 or 14429522. OLE color: 14429522.
HSL color Cylindrical-coordinate representation of color #522DDC: hue angle of 252.69º degrees, saturation: 0.71, 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 #522DDC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 45 | 220 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.14 |
| HSL | 252.69º | 0.71% | 0.52% | - |
| HSV(B) | 252.69º | 0.8% | 0.86% | - |
| XYZ | 17.34 | 8.84 | 68.5 | - |
| YUV | 76.01 | 209.26 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 220 | 0.63 | 0.80 | 0 | 0.14 | 252.69 | 0.71 | 0.52 |
| Hex | 52 | 2D | DC | 3F | 50 | 0 | E | FD | 47 | 34 |
| Octal | 122 | 55 | 334 | 77 | 120 | 0 | 16 | 375 | 107 | 64 |
| Binary | 1010010 | 101101 | 11011100 | 111111 | 1010000 | 0 | 1110 | 11111101 | 1000111 | 110100 |
Color Harmonies of #522DDC
Complementary color
Monochromatic Colors of #522DDC
Black with #522DDC
Text Example
Text Example
White with #522DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DDC; }
p { color: rgb(82,45,220); }
H1.HeaderClassName
{
color: #522DDC;
}
.AnyTagClassName
{
color: #522DDC;
}
</style>
background-color css
<style>
a { background-color: #522DDC; }
a { background-color: rgb(82,45,220); }
div.DivClassName
{
background-color: #522DDC;
}
.BgClassName
{
background-color: #522DDC;
}
</style>
border-color css
<style>
span { border-color: #522DDC; }
span { border-color: rgb(82,45,220); }
td.TdClassName
{
border-color: #522DDC;
}
.TagClassName
{
border-color: #522DDC;
}
</style>