Shades of Purple Heart #563ED2
Tints of Purple Heart #563ED2
RGB
CMYK
RGB Variations
Color information
#563ED2 (or 0x563ED2) is known color: Purple Heart. HEX triplet: 56, 3E and D2. RGB value is (86,62,210). Sum of RGB (Red+Green+Blue) = 86+62+210=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #563ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563ED2 is #A9C12D. Grayscale: #555555. Windows color (decimal): -11125038 or 13778518. OLE color: 13778518.
HSL color Cylindrical-coordinate representation of color #563ED2: hue angle of 249.73º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #563ED2 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 62 | 210 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.18 |
| HSL | 249.73º | 0.62% | 0.53% | - |
| HSV(B) | 249.73º | 0.7% | 0.82% | - |
| XYZ | 17.19 | 10.08 | 62.01 | - |
| YUV | 86.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 210 | 0.59 | 0.70 | 0 | 0.18 | 249.73 | 0.62 | 0.53 |
| Hex | 56 | 3E | D2 | 3B | 46 | 0 | 12 | FA | 3E | 35 |
| Octal | 126 | 76 | 322 | 73 | 106 | 0 | 22 | 372 | 76 | 65 |
| Binary | 1010110 | 111110 | 11010010 | 111011 | 1000110 | 0 | 10010 | 11111010 | 111110 | 110101 |
Color Harmonies of #563ED2
Complementary color
Monochromatic Colors of #563ED2
Black with #563ED2
Text Example
Text Example
White with #563ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563ED2; }
p { color: rgb(86,62,210); }
H1.HeaderClassName
{
color: #563ED2;
}
.AnyTagClassName
{
color: #563ED2;
}
</style>
background-color css
<style>
a { background-color: #563ED2; }
a { background-color: rgb(86,62,210); }
div.DivClassName
{
background-color: #563ED2;
}
.BgClassName
{
background-color: #563ED2;
}
</style>
border-color css
<style>
span { border-color: #563ED2; }
span { border-color: rgb(86,62,210); }
td.TdClassName
{
border-color: #563ED2;
}
.TagClassName
{
border-color: #563ED2;
}
</style>