Shades of Han Purple #560ADE
Tints of Han Purple #560ADE
RGB
CMYK
RGB Variations
Color information
#560ADE (or 0x560ADE) is known color: Han Purple. HEX triplet: 56, 0A and DE. RGB value is (86,10,222). Sum of RGB (Red+Green+Blue) = 86+10+222=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #560ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ADE is #A9F521. Grayscale: #383838. Windows color (decimal): -11138338 or 14551638. OLE color: 14551638.
HSL color Cylindrical-coordinate representation of color #560ADE: hue angle of 261.51º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560ADE is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 10 | 222 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.13 |
| HSL | 261.51º | 0.91% | 0.45% | - |
| HSV(B) | 261.51º | 0.95% | 0.87% | - |
| XYZ | 17.13 | 7.47 | 69.65 | - |
| YUV | 56.89 | 221.18 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 222 | 0.61 | 0.95 | 0 | 0.13 | 261.51 | 0.91 | 0.45 |
| Hex | 56 | A | DE | 3D | 5F | 0 | D | 106 | 5B | 2D |
| Octal | 126 | 12 | 336 | 75 | 137 | 0 | 15 | 406 | 133 | 55 |
| Binary | 1010110 | 1010 | 11011110 | 111101 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101101 |
Color Harmonies of #560ADE
Complementary color
Monochromatic Colors of #560ADE
Black with #560ADE
Text Example
Text Example
White with #560ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560ADE; }
p { color: rgb(86,10,222); }
H1.HeaderClassName
{
color: #560ADE;
}
.AnyTagClassName
{
color: #560ADE;
}
</style>
background-color css
<style>
a { background-color: #560ADE; }
a { background-color: rgb(86,10,222); }
div.DivClassName
{
background-color: #560ADE;
}
.BgClassName
{
background-color: #560ADE;
}
</style>
border-color css
<style>
span { border-color: #560ADE; }
span { border-color: rgb(86,10,222); }
td.TdClassName
{
border-color: #560ADE;
}
.TagClassName
{
border-color: #560ADE;
}
</style>