Shades of Han Purple #560AFF
Tints of Han Purple #560AFF
RGB
CMYK
RGB Variations
Color information
#560AFF (or 0x560AFF) is known color: Han Purple. HEX triplet: 56, 0A and FF. RGB value is (86,10,255). Sum of RGB (Red+Green+Blue) = 86+10+255=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #560AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560AFF is #A9F500. Grayscale: #3B3B3B. Windows color (decimal): -11138305 or 16714326. OLE color: 16714326.
HSL color Cylindrical-coordinate representation of color #560AFF: hue angle of 258.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560AFF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 10 | 255 | - |
| CMYK | 0.66 | 0.96 | 0 | 0 |
| HSL | 258.61º | 1% | 0.52% | - |
| HSV(B) | 258.61º | 0.96% | 1% | - |
| XYZ | 22 | 9.42 | 95.27 | - |
| YUV | 60.65 | 237.68 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 255 | 0.66 | 0.96 | 0 | 0 | 258.61 | 1 | 0.52 |
| Hex | 56 | A | FF | 42 | 60 | 0 | 0 | 103 | 64 | 34 |
| Octal | 126 | 12 | 377 | 102 | 140 | 0 | 0 | 403 | 144 | 64 |
| Binary | 1010110 | 1010 | 11111111 | 1000010 | 1100000 | 0 | 0 | 100000011 | 1100100 | 110100 |
Color Harmonies of #560AFF
Complementary color
Monochromatic Colors of #560AFF
Black with #560AFF
Text Example
Text Example
White with #560AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AFF; }
p { color: rgb(86,10,255); }
H1.HeaderClassName
{
color: #560AFF;
}
.AnyTagClassName
{
color: #560AFF;
}
</style>
background-color css
<style>
a { background-color: #560AFF; }
a { background-color: rgb(86,10,255); }
div.DivClassName
{
background-color: #560AFF;
}
.BgClassName
{
background-color: #560AFF;
}
</style>
border-color css
<style>
span { border-color: #560AFF; }
span { border-color: rgb(86,10,255); }
td.TdClassName
{
border-color: #560AFF;
}
.TagClassName
{
border-color: #560AFF;
}
</style>