Shades of Purple Heart #562DCB
Tints of Purple Heart #562DCB
RGB
CMYK
RGB Variations
Color information
#562DCB (or 0x562DCB) is known color: Purple Heart. HEX triplet: 56, 2D and CB. RGB value is (86,45,203). Sum of RGB (Red+Green+Blue) = 86+45+203=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #562DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DCB is #A9D234. Grayscale: #4A4A4A. Windows color (decimal): -11129397 or 13315414. OLE color: 13315414.
HSL color Cylindrical-coordinate representation of color #562DCB: hue angle of 255.57º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562DCB is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 45 | 203 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.20 |
| HSL | 255.57º | 0.64% | 0.49% | - |
| HSV(B) | 255.57º | 0.78% | 0.8% | - |
| XYZ | 15.56 | 8.17 | 57.26 | - |
| YUV | 75.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 203 | 0.58 | 0.78 | 0 | 0.20 | 255.57 | 0.64 | 0.49 |
| Hex | 56 | 2D | CB | 3A | 4E | 0 | 14 | 100 | 40 | 31 |
| Octal | 126 | 55 | 313 | 72 | 116 | 0 | 24 | 400 | 100 | 61 |
| Binary | 1010110 | 101101 | 11001011 | 111010 | 1001110 | 0 | 10100 | 100000000 | 1000000 | 110001 |
Color Harmonies of #562DCB
Complementary color
Monochromatic Colors of #562DCB
Black with #562DCB
Text Example
Text Example
White with #562DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DCB; }
p { color: rgb(86,45,203); }
H1.HeaderClassName
{
color: #562DCB;
}
.AnyTagClassName
{
color: #562DCB;
}
</style>
background-color css
<style>
a { background-color: #562DCB; }
a { background-color: rgb(86,45,203); }
div.DivClassName
{
background-color: #562DCB;
}
.BgClassName
{
background-color: #562DCB;
}
</style>
border-color css
<style>
span { border-color: #562DCB; }
span { border-color: rgb(86,45,203); }
td.TdClassName
{
border-color: #562DCB;
}
.TagClassName
{
border-color: #562DCB;
}
</style>