Shades of Han Purple #560DDA
Tints of Han Purple #560DDA
RGB
CMYK
RGB Variations
Color information
#560DDA (or 0x560DDA) is known color: Han Purple. HEX triplet: 56, 0D and DA. RGB value is (86,13,218). Sum of RGB (Red+Green+Blue) = 86+13+218=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #560DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DDA is #A9F225. Grayscale: #393939. Windows color (decimal): -11137574 or 14290262. OLE color: 14290262.
HSL color Cylindrical-coordinate representation of color #560DDA: hue angle of 261.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DDA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 13 | 218 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.15 |
| HSL | 261.37º | 0.89% | 0.45% | - |
| HSV(B) | 261.37º | 0.94% | 0.85% | - |
| XYZ | 16.64 | 7.33 | 66.87 | - |
| YUV | 58.2 | 218.18 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 218 | 0.61 | 0.94 | 0 | 0.15 | 261.37 | 0.89 | 0.45 |
| Hex | 56 | D | DA | 3D | 5E | 0 | F | 105 | 59 | 2D |
| Octal | 126 | 15 | 332 | 75 | 136 | 0 | 17 | 405 | 131 | 55 |
| Binary | 1010110 | 1101 | 11011010 | 111101 | 1011110 | 0 | 1111 | 100000101 | 1011001 | 101101 |
Color Harmonies of #560DDA
Complementary color
Monochromatic Colors of #560DDA
Black with #560DDA
Text Example
Text Example
White with #560DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560DDA; }
p { color: rgb(86,13,218); }
H1.HeaderClassName
{
color: #560DDA;
}
.AnyTagClassName
{
color: #560DDA;
}
</style>
background-color css
<style>
a { background-color: #560DDA; }
a { background-color: rgb(86,13,218); }
div.DivClassName
{
background-color: #560DDA;
}
.BgClassName
{
background-color: #560DDA;
}
</style>
border-color css
<style>
span { border-color: #560DDA; }
span { border-color: rgb(86,13,218); }
td.TdClassName
{
border-color: #560DDA;
}
.TagClassName
{
border-color: #560DDA;
}
</style>