Shades of Purple Heart #562EDD
Tints of Purple Heart #562EDD
RGB
CMYK
RGB Variations
Color information
#562EDD (or 0x562EDD) is known color: Purple Heart. HEX triplet: 56, 2E and DD. RGB value is (86,46,221). Sum of RGB (Red+Green+Blue) = 86+46+221=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #562EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EDD is #A9D122. Grayscale: #4D4D4D. Windows color (decimal): -11129123 or 14495318. OLE color: 14495318.
HSL color Cylindrical-coordinate representation of color #562EDD: hue angle of 253.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562EDD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 46 | 221 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.13 |
| HSL | 253.71º | 0.72% | 0.52% | - |
| HSV(B) | 253.71º | 0.79% | 0.87% | - |
| XYZ | 17.87 | 9.15 | 69.23 | - |
| YUV | 77.91 | 208.75 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 221 | 0.61 | 0.79 | 0 | 0.13 | 253.71 | 0.72 | 0.52 |
| Hex | 56 | 2E | DD | 3D | 4F | 0 | D | FE | 48 | 34 |
| Octal | 126 | 56 | 335 | 75 | 117 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010110 | 101110 | 11011101 | 111101 | 1001111 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #562EDD
Complementary color
Monochromatic Colors of #562EDD
Black with #562EDD
Text Example
Text Example
White with #562EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EDD; }
p { color: rgb(86,46,221); }
H1.HeaderClassName
{
color: #562EDD;
}
.AnyTagClassName
{
color: #562EDD;
}
</style>
background-color css
<style>
a { background-color: #562EDD; }
a { background-color: rgb(86,46,221); }
div.DivClassName
{
background-color: #562EDD;
}
.BgClassName
{
background-color: #562EDD;
}
</style>
border-color css
<style>
span { border-color: #562EDD; }
span { border-color: rgb(86,46,221); }
td.TdClassName
{
border-color: #562EDD;
}
.TagClassName
{
border-color: #562EDD;
}
</style>