Shades of Han Purple #560ADD
Tints of Han Purple #560ADD
RGB
CMYK
RGB Variations
Color information
#560ADD (or 0x560ADD) is known color: Han Purple. HEX triplet: 56, 0A and DD. RGB value is (86,10,221). Sum of RGB (Red+Green+Blue) = 86+10+221=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #560ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ADD is #A9F522. Grayscale: #383838. Windows color (decimal): -11138339 or 14486102. OLE color: 14486102.
HSL color Cylindrical-coordinate representation of color #560ADD: hue angle of 261.61º 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 #560ADD is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 10 | 221 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.13 |
| HSL | 261.61º | 0.91% | 0.45% | - |
| HSV(B) | 261.61º | 0.95% | 0.87% | - |
| XYZ | 17 | 7.42 | 68.94 | - |
| YUV | 56.78 | 220.68 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 221 | 0.61 | 0.95 | 0 | 0.13 | 261.61 | 0.91 | 0.45 |
| Hex | 56 | A | DD | 3D | 5F | 0 | D | 106 | 5B | 2D |
| Octal | 126 | 12 | 335 | 75 | 137 | 0 | 15 | 406 | 133 | 55 |
| Binary | 1010110 | 1010 | 11011101 | 111101 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101101 |
Color Harmonies of #560ADD
Complementary color
Monochromatic Colors of #560ADD
Black with #560ADD
Text Example
Text Example
White with #560ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560ADD; }
p { color: rgb(86,10,221); }
H1.HeaderClassName
{
color: #560ADD;
}
.AnyTagClassName
{
color: #560ADD;
}
</style>
background-color css
<style>
a { background-color: #560ADD; }
a { background-color: rgb(86,10,221); }
div.DivClassName
{
background-color: #560ADD;
}
.BgClassName
{
background-color: #560ADD;
}
</style>
border-color css
<style>
span { border-color: #560ADD; }
span { border-color: rgb(86,10,221); }
td.TdClassName
{
border-color: #560ADD;
}
.TagClassName
{
border-color: #560ADD;
}
</style>