Shades of Purple Heart #562ED0
Tints of Purple Heart #562ED0
RGB
CMYK
RGB Variations
Color information
#562ED0 (or 0x562ED0) is known color: Purple Heart. HEX triplet: 56, 2E and D0. RGB value is (86,46,208). Sum of RGB (Red+Green+Blue) = 86+46+208=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 208 (81.64% from 255 or 61.18% from 340); Max value from RGB is 208 - color contains mainly: blue. Hex color #562ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ED0 is #A9D12F. Grayscale: #4B4B4B. Windows color (decimal): -11129136 or 13643350. OLE color: 13643350.
HSL color Cylindrical-coordinate representation of color #562ED0: hue angle of 254.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562ED0 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 46 | 208 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.18 |
| HSL | 254.81º | 0.64% | 0.5% | - |
| HSV(B) | 254.81º | 0.78% | 0.82% | - |
| XYZ | 16.2 | 8.49 | 60.46 | - |
| YUV | 76.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 208 | 0.59 | 0.78 | 0 | 0.18 | 254.81 | 0.64 | 0.5 |
| Hex | 56 | 2E | D0 | 3B | 4E | 0 | 12 | FF | 40 | 32 |
| Octal | 126 | 56 | 320 | 73 | 116 | 0 | 22 | 377 | 100 | 62 |
| Binary | 1010110 | 101110 | 11010000 | 111011 | 1001110 | 0 | 10010 | 11111111 | 1000000 | 110010 |
Color Harmonies of #562ED0
Complementary color
Monochromatic Colors of #562ED0
Black with #562ED0
Text Example
Text Example
White with #562ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ED0; }
p { color: rgb(86,46,208); }
H1.HeaderClassName
{
color: #562ED0;
}
.AnyTagClassName
{
color: #562ED0;
}
</style>
background-color css
<style>
a { background-color: #562ED0; }
a { background-color: rgb(86,46,208); }
div.DivClassName
{
background-color: #562ED0;
}
.BgClassName
{
background-color: #562ED0;
}
</style>
border-color css
<style>
span { border-color: #562ED0; }
span { border-color: rgb(86,46,208); }
td.TdClassName
{
border-color: #562ED0;
}
.TagClassName
{
border-color: #562ED0;
}
</style>