Shades of Han Purple #560DDC
Tints of Han Purple #560DDC
RGB
CMYK
RGB Variations
Color information
#560DDC (or 0x560DDC) is known color: Han Purple. HEX triplet: 56, 0D and DC. RGB value is (86,13,220). Sum of RGB (Red+Green+Blue) = 86+13+220=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #560DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DDC is #A9F223. Grayscale: #393939. Windows color (decimal): -11137572 or 14421334. OLE color: 14421334.
HSL color Cylindrical-coordinate representation of color #560DDC: hue angle of 261.16º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DDC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 13 | 220 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.14 |
| HSL | 261.16º | 0.89% | 0.46% | - |
| HSV(B) | 261.16º | 0.94% | 0.86% | - |
| XYZ | 16.9 | 7.43 | 68.25 | - |
| YUV | 58.43 | 219.18 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 220 | 0.61 | 0.94 | 0 | 0.14 | 261.16 | 0.89 | 0.46 |
| Hex | 56 | D | DC | 3D | 5E | 0 | E | 105 | 59 | 2E |
| Octal | 126 | 15 | 334 | 75 | 136 | 0 | 16 | 405 | 131 | 56 |
| Binary | 1010110 | 1101 | 11011100 | 111101 | 1011110 | 0 | 1110 | 100000101 | 1011001 | 101110 |
Color Harmonies of #560DDC
Complementary color
Monochromatic Colors of #560DDC
Black with #560DDC
Text Example
Text Example
White with #560DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560DDC; }
p { color: rgb(86,13,220); }
H1.HeaderClassName
{
color: #560DDC;
}
.AnyTagClassName
{
color: #560DDC;
}
</style>
background-color css
<style>
a { background-color: #560DDC; }
a { background-color: rgb(86,13,220); }
div.DivClassName
{
background-color: #560DDC;
}
.BgClassName
{
background-color: #560DDC;
}
</style>
border-color css
<style>
span { border-color: #560DDC; }
span { border-color: rgb(86,13,220); }
td.TdClassName
{
border-color: #560DDC;
}
.TagClassName
{
border-color: #560DDC;
}
</style>