Shades of Han Purple #560AD6
Tints of Han Purple #560AD6
RGB
CMYK
RGB Variations
Color information
#560AD6 (or 0x560AD6) is known color: Han Purple. HEX triplet: 56, 0A and D6. RGB value is (86,10,214). Sum of RGB (Red+Green+Blue) = 86+10+214=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #560AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560AD6 is #A9F529. Grayscale: #373737. Windows color (decimal): -11138346 or 14027350. OLE color: 14027350.
HSL color Cylindrical-coordinate representation of color #560AD6: hue angle of 262.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560AD6 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 10 | 214 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.16 |
| HSL | 262.35º | 0.91% | 0.44% | - |
| HSV(B) | 262.35º | 0.95% | 0.84% | - |
| XYZ | 16.08 | 7.05 | 64.13 | - |
| YUV | 55.98 | 217.18 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 214 | 0.60 | 0.95 | 0 | 0.16 | 262.35 | 0.91 | 0.44 |
| Hex | 56 | A | D6 | 3C | 5F | 0 | 10 | 106 | 5B | 2C |
| Octal | 126 | 12 | 326 | 74 | 137 | 0 | 20 | 406 | 133 | 54 |
| Binary | 1010110 | 1010 | 11010110 | 111100 | 1011111 | 0 | 10000 | 100000110 | 1011011 | 101100 |
Color Harmonies of #560AD6
Complementary color
Monochromatic Colors of #560AD6
Black with #560AD6
Text Example
Text Example
White with #560AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AD6; }
p { color: rgb(86,10,214); }
H1.HeaderClassName
{
color: #560AD6;
}
.AnyTagClassName
{
color: #560AD6;
}
</style>
background-color css
<style>
a { background-color: #560AD6; }
a { background-color: rgb(86,10,214); }
div.DivClassName
{
background-color: #560AD6;
}
.BgClassName
{
background-color: #560AD6;
}
</style>
border-color css
<style>
span { border-color: #560AD6; }
span { border-color: rgb(86,10,214); }
td.TdClassName
{
border-color: #560AD6;
}
.TagClassName
{
border-color: #560AD6;
}
</style>