Shades of Purple Heart #562ECF
Tints of Purple Heart #562ECF
RGB
CMYK
RGB Variations
Color information
#562ECF (or 0x562ECF) is known color: Purple Heart. HEX triplet: 56, 2E and CF. RGB value is (86,46,207). Sum of RGB (Red+Green+Blue) = 86+46+207=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #562ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ECF is #A9D130. Grayscale: #4B4B4B. Windows color (decimal): -11129137 or 13577814. OLE color: 13577814.
HSL color Cylindrical-coordinate representation of color #562ECF: hue angle of 254.91º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562ECF is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 46 | 207 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.19 |
| HSL | 254.91º | 0.64% | 0.5% | - |
| HSV(B) | 254.91º | 0.78% | 0.81% | - |
| XYZ | 16.08 | 8.44 | 59.81 | - |
| YUV | 76.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 207 | 0.58 | 0.78 | 0 | 0.19 | 254.91 | 0.64 | 0.5 |
| Hex | 56 | 2E | CF | 3A | 4E | 0 | 13 | FF | 40 | 32 |
| Octal | 126 | 56 | 317 | 72 | 116 | 0 | 23 | 377 | 100 | 62 |
| Binary | 1010110 | 101110 | 11001111 | 111010 | 1001110 | 0 | 10011 | 11111111 | 1000000 | 110010 |
Color Harmonies of #562ECF
Complementary color
Monochromatic Colors of #562ECF
Black with #562ECF
Text Example
Text Example
White with #562ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ECF; }
p { color: rgb(86,46,207); }
H1.HeaderClassName
{
color: #562ECF;
}
.AnyTagClassName
{
color: #562ECF;
}
</style>
background-color css
<style>
a { background-color: #562ECF; }
a { background-color: rgb(86,46,207); }
div.DivClassName
{
background-color: #562ECF;
}
.BgClassName
{
background-color: #562ECF;
}
</style>
border-color css
<style>
span { border-color: #562ECF; }
span { border-color: rgb(86,46,207); }
td.TdClassName
{
border-color: #562ECF;
}
.TagClassName
{
border-color: #562ECF;
}
</style>