Shades of Purple Heart #562ECB
Tints of Purple Heart #562ECB
RGB
CMYK
RGB Variations
Color information
#562ECB (or 0x562ECB) is known color: Purple Heart. HEX triplet: 56, 2E and CB. RGB value is (86,46,203). Sum of RGB (Red+Green+Blue) = 86+46+203=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #562ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ECB is #A9D134. Grayscale: #4B4B4B. Windows color (decimal): -11129141 or 13315670. OLE color: 13315670.
HSL color Cylindrical-coordinate representation of color #562ECB: hue angle of 255.29º 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 #562ECB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 46 | 203 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.20 |
| HSL | 255.29º | 0.63% | 0.49% | - |
| HSV(B) | 255.29º | 0.77% | 0.8% | - |
| XYZ | 15.59 | 8.24 | 57.27 | - |
| YUV | 75.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 203 | 0.58 | 0.77 | 0 | 0.20 | 255.29 | 0.63 | 0.49 |
| Hex | 56 | 2E | CB | 3A | 4D | 0 | 14 | FF | 3F | 31 |
| Octal | 126 | 56 | 313 | 72 | 115 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010110 | 101110 | 11001011 | 111010 | 1001101 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #562ECB
Complementary color
Monochromatic Colors of #562ECB
Black with #562ECB
Text Example
Text Example
White with #562ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ECB; }
p { color: rgb(86,46,203); }
H1.HeaderClassName
{
color: #562ECB;
}
.AnyTagClassName
{
color: #562ECB;
}
</style>
background-color css
<style>
a { background-color: #562ECB; }
a { background-color: rgb(86,46,203); }
div.DivClassName
{
background-color: #562ECB;
}
.BgClassName
{
background-color: #562ECB;
}
</style>
border-color css
<style>
span { border-color: #562ECB; }
span { border-color: rgb(86,46,203); }
td.TdClassName
{
border-color: #562ECB;
}
.TagClassName
{
border-color: #562ECB;
}
</style>