Shades of Purple Heart #562DBC
Tints of Purple Heart #562DBC
RGB
CMYK
RGB Variations
Color information
#562DBC (or 0x562DBC) is known color: Purple Heart. HEX triplet: 56, 2D and BC. RGB value is (86,45,188). Sum of RGB (Red+Green+Blue) = 86+45+188=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #562DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DBC is #A9D243. Grayscale: #494949. Windows color (decimal): -11129412 or 12332374. OLE color: 12332374.
HSL color Cylindrical-coordinate representation of color #562DBC: hue angle of 257.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562DBC is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 45 | 188 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.26 |
| HSL | 257.2º | 0.61% | 0.46% | - |
| HSV(B) | 257.2º | 0.76% | 0.74% | - |
| XYZ | 13.85 | 7.49 | 48.29 | - |
| YUV | 73.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 188 | 0.54 | 0.76 | 0 | 0.26 | 257.2 | 0.61 | 0.46 |
| Hex | 56 | 2D | BC | 36 | 4C | 0 | 1A | 101 | 3D | 2E |
| Octal | 126 | 55 | 274 | 66 | 114 | 0 | 32 | 401 | 75 | 56 |
| Binary | 1010110 | 101101 | 10111100 | 110110 | 1001100 | 0 | 11010 | 100000001 | 111101 | 101110 |
Color Harmonies of #562DBC
Complementary color
Monochromatic Colors of #562DBC
Black with #562DBC
Text Example
Text Example
White with #562DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DBC; }
p { color: rgb(86,45,188); }
H1.HeaderClassName
{
color: #562DBC;
}
.AnyTagClassName
{
color: #562DBC;
}
</style>
background-color css
<style>
a { background-color: #562DBC; }
a { background-color: rgb(86,45,188); }
div.DivClassName
{
background-color: #562DBC;
}
.BgClassName
{
background-color: #562DBC;
}
</style>
border-color css
<style>
span { border-color: #562DBC; }
span { border-color: rgb(86,45,188); }
td.TdClassName
{
border-color: #562DBC;
}
.TagClassName
{
border-color: #562DBC;
}
</style>