Shades of Purple Heart #562DDC
Tints of Purple Heart #562DDC
RGB
CMYK
RGB Variations
Color information
#562DDC (or 0x562DDC) is known color: Purple Heart. HEX triplet: 56, 2D and DC. RGB value is (86,45,220). Sum of RGB (Red+Green+Blue) = 86+45+220=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #562DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DDC is #A9D223. Grayscale: #4C4C4C. Windows color (decimal): -11129380 or 14429526. OLE color: 14429526.
HSL color Cylindrical-coordinate representation of color #562DDC: hue angle of 254.06º 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 #562DDC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 45 | 220 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.14 |
| HSL | 254.06º | 0.71% | 0.52% | - |
| HSV(B) | 254.06º | 0.8% | 0.86% | - |
| XYZ | 17.69 | 9.02 | 68.52 | - |
| YUV | 77.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 220 | 0.61 | 0.80 | 0 | 0.14 | 254.06 | 0.71 | 0.52 |
| Hex | 56 | 2D | DC | 3D | 50 | 0 | E | FE | 47 | 34 |
| Octal | 126 | 55 | 334 | 75 | 120 | 0 | 16 | 376 | 107 | 64 |
| Binary | 1010110 | 101101 | 11011100 | 111101 | 1010000 | 0 | 1110 | 11111110 | 1000111 | 110100 |
Color Harmonies of #562DDC
Complementary color
Monochromatic Colors of #562DDC
Black with #562DDC
Text Example
Text Example
White with #562DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DDC; }
p { color: rgb(86,45,220); }
H1.HeaderClassName
{
color: #562DDC;
}
.AnyTagClassName
{
color: #562DDC;
}
</style>
background-color css
<style>
a { background-color: #562DDC; }
a { background-color: rgb(86,45,220); }
div.DivClassName
{
background-color: #562DDC;
}
.BgClassName
{
background-color: #562DDC;
}
</style>
border-color css
<style>
span { border-color: #562DDC; }
span { border-color: rgb(86,45,220); }
td.TdClassName
{
border-color: #562DDC;
}
.TagClassName
{
border-color: #562DDC;
}
</style>