Shades of Purple Heart #562DDD
Tints of Purple Heart #562DDD
RGB
CMYK
RGB Variations
Color information
#562DDD (or 0x562DDD) is known color: Purple Heart. HEX triplet: 56, 2D and DD. RGB value is (86,45,221). Sum of RGB (Red+Green+Blue) = 86+45+221=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #562DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DDD is #A9D222. Grayscale: #4C4C4C. Windows color (decimal): -11129379 or 14495062. OLE color: 14495062.
HSL color Cylindrical-coordinate representation of color #562DDD: hue angle of 253.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562DDD is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 45 | 221 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.13 |
| HSL | 253.98º | 0.72% | 0.52% | - |
| HSV(B) | 253.98º | 0.8% | 0.87% | - |
| XYZ | 17.83 | 9.08 | 69.22 | - |
| YUV | 77.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 221 | 0.61 | 0.80 | 0 | 0.13 | 253.98 | 0.72 | 0.52 |
| Hex | 56 | 2D | DD | 3D | 50 | 0 | D | FE | 48 | 34 |
| Octal | 126 | 55 | 335 | 75 | 120 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010110 | 101101 | 11011101 | 111101 | 1010000 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #562DDD
Complementary color
Monochromatic Colors of #562DDD
Black with #562DDD
Text Example
Text Example
White with #562DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DDD; }
p { color: rgb(86,45,221); }
H1.HeaderClassName
{
color: #562DDD;
}
.AnyTagClassName
{
color: #562DDD;
}
</style>
background-color css
<style>
a { background-color: #562DDD; }
a { background-color: rgb(86,45,221); }
div.DivClassName
{
background-color: #562DDD;
}
.BgClassName
{
background-color: #562DDD;
}
</style>
border-color css
<style>
span { border-color: #562DDD; }
span { border-color: rgb(86,45,221); }
td.TdClassName
{
border-color: #562DDD;
}
.TagClassName
{
border-color: #562DDD;
}
</style>