Shades of Purple Heart #562DDE
Tints of Purple Heart #562DDE
RGB
CMYK
RGB Variations
Color information
#562DDE (or 0x562DDE) is known color: Purple Heart. HEX triplet: 56, 2D and DE. RGB value is (86,45,222). Sum of RGB (Red+Green+Blue) = 86+45+222=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #562DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DDE is #A9D221. Grayscale: #4C4C4C. Windows color (decimal): -11129378 or 14560598. OLE color: 14560598.
HSL color Cylindrical-coordinate representation of color #562DDE: hue angle of 253.9º degrees, saturation: 0.73, 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 #562DDE is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 45 | 222 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.13 |
| HSL | 253.9º | 0.73% | 0.52% | - |
| HSV(B) | 253.9º | 0.8% | 0.87% | - |
| XYZ | 17.96 | 9.13 | 69.92 | - |
| YUV | 77.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 222 | 0.61 | 0.80 | 0 | 0.13 | 253.9 | 0.73 | 0.52 |
| Hex | 56 | 2D | DE | 3D | 50 | 0 | D | FE | 49 | 34 |
| Octal | 126 | 55 | 336 | 75 | 120 | 0 | 15 | 376 | 111 | 64 |
| Binary | 1010110 | 101101 | 11011110 | 111101 | 1010000 | 0 | 1101 | 11111110 | 1001001 | 110100 |
Color Harmonies of #562DDE
Complementary color
Monochromatic Colors of #562DDE
Black with #562DDE
Text Example
Text Example
White with #562DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DDE; }
p { color: rgb(86,45,222); }
H1.HeaderClassName
{
color: #562DDE;
}
.AnyTagClassName
{
color: #562DDE;
}
</style>
background-color css
<style>
a { background-color: #562DDE; }
a { background-color: rgb(86,45,222); }
div.DivClassName
{
background-color: #562DDE;
}
.BgClassName
{
background-color: #562DDE;
}
</style>
border-color css
<style>
span { border-color: #562DDE; }
span { border-color: rgb(86,45,222); }
td.TdClassName
{
border-color: #562DDE;
}
.TagClassName
{
border-color: #562DDE;
}
</style>