Shades of Purple Heart #562EC0
Tints of Purple Heart #562EC0
RGB
CMYK
RGB Variations
Color information
#562EC0 (or 0x562EC0) is known color: Purple Heart. HEX triplet: 56, 2E and C0. RGB value is (86,46,192). Sum of RGB (Red+Green+Blue) = 86+46+192=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #562EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EC0 is #A9D13F. Grayscale: #4A4A4A. Windows color (decimal): -11129152 or 12594774. OLE color: 12594774.
HSL color Cylindrical-coordinate representation of color #562EC0: hue angle of 256.44º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562EC0 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 46 | 192 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.25 |
| HSL | 256.44º | 0.61% | 0.47% | - |
| HSV(B) | 256.44º | 0.76% | 0.75% | - |
| XYZ | 14.33 | 7.74 | 50.61 | - |
| YUV | 74.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 192 | 0.55 | 0.76 | 0 | 0.25 | 256.44 | 0.61 | 0.47 |
| Hex | 56 | 2E | C0 | 37 | 4C | 0 | 19 | 100 | 3D | 2F |
| Octal | 126 | 56 | 300 | 67 | 114 | 0 | 31 | 400 | 75 | 57 |
| Binary | 1010110 | 101110 | 11000000 | 110111 | 1001100 | 0 | 11001 | 100000000 | 111101 | 101111 |
Color Harmonies of #562EC0
Complementary color
Monochromatic Colors of #562EC0
Black with #562EC0
Text Example
Text Example
White with #562EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EC0; }
p { color: rgb(86,46,192); }
H1.HeaderClassName
{
color: #562EC0;
}
.AnyTagClassName
{
color: #562EC0;
}
</style>
background-color css
<style>
a { background-color: #562EC0; }
a { background-color: rgb(86,46,192); }
div.DivClassName
{
background-color: #562EC0;
}
.BgClassName
{
background-color: #562EC0;
}
</style>
border-color css
<style>
span { border-color: #562EC0; }
span { border-color: rgb(86,46,192); }
td.TdClassName
{
border-color: #562EC0;
}
.TagClassName
{
border-color: #562EC0;
}
</style>