Shades of Purple Heart #562EDA
Tints of Purple Heart #562EDA
RGB
CMYK
RGB Variations
Color information
#562EDA (or 0x562EDA) is known color: Purple Heart. HEX triplet: 56, 2E and DA. RGB value is (86,46,218). Sum of RGB (Red+Green+Blue) = 86+46+218=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #562EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EDA is #A9D125. Grayscale: #4C4C4C. Windows color (decimal): -11129126 or 14298710. OLE color: 14298710.
HSL color Cylindrical-coordinate representation of color #562EDA: hue angle of 253.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562EDA is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 46 | 218 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.15 |
| HSL | 253.95º | 0.7% | 0.52% | - |
| HSV(B) | 253.95º | 0.79% | 0.85% | - |
| XYZ | 17.47 | 8.99 | 67.15 | - |
| YUV | 77.57 | 207.25 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 218 | 0.61 | 0.79 | 0 | 0.15 | 253.95 | 0.7 | 0.52 |
| Hex | 56 | 2E | DA | 3D | 4F | 0 | F | FE | 46 | 34 |
| Octal | 126 | 56 | 332 | 75 | 117 | 0 | 17 | 376 | 106 | 64 |
| Binary | 1010110 | 101110 | 11011010 | 111101 | 1001111 | 0 | 1111 | 11111110 | 1000110 | 110100 |
Color Harmonies of #562EDA
Complementary color
Monochromatic Colors of #562EDA
Black with #562EDA
Text Example
Text Example
White with #562EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EDA; }
p { color: rgb(86,46,218); }
H1.HeaderClassName
{
color: #562EDA;
}
.AnyTagClassName
{
color: #562EDA;
}
</style>
background-color css
<style>
a { background-color: #562EDA; }
a { background-color: rgb(86,46,218); }
div.DivClassName
{
background-color: #562EDA;
}
.BgClassName
{
background-color: #562EDA;
}
</style>
border-color css
<style>
span { border-color: #562EDA; }
span { border-color: rgb(86,46,218); }
td.TdClassName
{
border-color: #562EDA;
}
.TagClassName
{
border-color: #562EDA;
}
</style>