Shades of Purple Heart #562ECC
Tints of Purple Heart #562ECC
RGB
CMYK
RGB Variations
Color information
#562ECC (or 0x562ECC) is known color: Purple Heart. HEX triplet: 56, 2E and CC. RGB value is (86,46,204). Sum of RGB (Red+Green+Blue) = 86+46+204=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #562ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ECC is #A9D133. Grayscale: #4B4B4B. Windows color (decimal): -11129140 or 13381206. OLE color: 13381206.
HSL color Cylindrical-coordinate representation of color #562ECC: hue angle of 255.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562ECC is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 46 | 204 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.2 |
| HSL | 255.19º | 0.63% | 0.49% | - |
| HSV(B) | 255.19º | 0.77% | 0.8% | - |
| XYZ | 15.71 | 8.29 | 57.9 | - |
| YUV | 75.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 204 | 0.58 | 0.77 | 0 | 0.2 | 255.19 | 0.63 | 0.49 |
| Hex | 56 | 2E | CC | 3A | 4D | 0 | 14 | FF | 3F | 31 |
| Octal | 126 | 56 | 314 | 72 | 115 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010110 | 101110 | 11001100 | 111010 | 1001101 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #562ECC
Complementary color
Monochromatic Colors of #562ECC
Black with #562ECC
Text Example
Text Example
White with #562ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ECC; }
p { color: rgb(86,46,204); }
H1.HeaderClassName
{
color: #562ECC;
}
.AnyTagClassName
{
color: #562ECC;
}
</style>
background-color css
<style>
a { background-color: #562ECC; }
a { background-color: rgb(86,46,204); }
div.DivClassName
{
background-color: #562ECC;
}
.BgClassName
{
background-color: #562ECC;
}
</style>
border-color css
<style>
span { border-color: #562ECC; }
span { border-color: rgb(86,46,204); }
td.TdClassName
{
border-color: #562ECC;
}
.TagClassName
{
border-color: #562ECC;
}
</style>