Shades of Purple Heart #560DCC
Tints of Purple Heart #560DCC
RGB
CMYK
RGB Variations
Color information
#560DCC (or 0x560DCC) is known color: Purple Heart. HEX triplet: 56, 0D and CC. RGB value is (86,13,204). Sum of RGB (Red+Green+Blue) = 86+13+204=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #560DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DCC is #A9F233. Grayscale: #373737. Windows color (decimal): -11137588 or 13372758. OLE color: 13372758.
HSL color Cylindrical-coordinate representation of color #560DCC: hue angle of 262.93º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DCC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 13 | 204 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.2 |
| HSL | 262.93º | 0.88% | 0.43% | - |
| HSV(B) | 262.93º | 0.94% | 0.8% | - |
| XYZ | 14.88 | 6.63 | 57.62 | - |
| YUV | 56.6 | 211.18 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 204 | 0.58 | 0.94 | 0 | 0.2 | 262.93 | 0.88 | 0.43 |
| Hex | 56 | D | CC | 3A | 5E | 0 | 14 | 107 | 58 | 2B |
| Octal | 126 | 15 | 314 | 72 | 136 | 0 | 24 | 407 | 130 | 53 |
| Binary | 1010110 | 1101 | 11001100 | 111010 | 1011110 | 0 | 10100 | 100000111 | 1011000 | 101011 |
Color Harmonies of #560DCC
Complementary color
Monochromatic Colors of #560DCC
Black with #560DCC
Text Example
Text Example
White with #560DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560DCC; }
p { color: rgb(86,13,204); }
H1.HeaderClassName
{
color: #560DCC;
}
.AnyTagClassName
{
color: #560DCC;
}
</style>
background-color css
<style>
a { background-color: #560DCC; }
a { background-color: rgb(86,13,204); }
div.DivClassName
{
background-color: #560DCC;
}
.BgClassName
{
background-color: #560DCC;
}
</style>
border-color css
<style>
span { border-color: #560DCC; }
span { border-color: rgb(86,13,204); }
td.TdClassName
{
border-color: #560DCC;
}
.TagClassName
{
border-color: #560DCC;
}
</style>