Shades of Han Purple #560BFF
Tints of Han Purple #560BFF
RGB
CMYK
RGB Variations
Color information
#560BFF (or 0x560BFF) is known color: Han Purple. HEX triplet: 56, 0B and FF. RGB value is (86,11,255). Sum of RGB (Red+Green+Blue) = 86+11+255=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #560BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560BFF is #A9F400. Grayscale: #3C3C3C. Windows color (decimal): -11138049 or 16714582. OLE color: 16714582.
HSL color Cylindrical-coordinate representation of color #560BFF: hue angle of 258.44º 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 #560BFF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 11 | 255 | - |
| CMYK | 0.66 | 0.96 | 0 | 0 |
| HSL | 258.44º | 1% | 0.52% | - |
| HSV(B) | 258.44º | 0.96% | 1% | - |
| XYZ | 22.01 | 9.44 | 95.27 | - |
| YUV | 61.24 | 237.35 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 255 | 0.66 | 0.96 | 0 | 0 | 258.44 | 1 | 0.52 |
| Hex | 56 | B | FF | 42 | 60 | 0 | 0 | 102 | 64 | 34 |
| Octal | 126 | 13 | 377 | 102 | 140 | 0 | 0 | 402 | 144 | 64 |
| Binary | 1010110 | 1011 | 11111111 | 1000010 | 1100000 | 0 | 0 | 100000010 | 1100100 | 110100 |
Color Harmonies of #560BFF
Complementary color
Monochromatic Colors of #560BFF
Black with #560BFF
Text Example
Text Example
White with #560BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BFF; }
p { color: rgb(86,11,255); }
H1.HeaderClassName
{
color: #560BFF;
}
.AnyTagClassName
{
color: #560BFF;
}
</style>
background-color css
<style>
a { background-color: #560BFF; }
a { background-color: rgb(86,11,255); }
div.DivClassName
{
background-color: #560BFF;
}
.BgClassName
{
background-color: #560BFF;
}
</style>
border-color css
<style>
span { border-color: #560BFF; }
span { border-color: rgb(86,11,255); }
td.TdClassName
{
border-color: #560BFF;
}
.TagClassName
{
border-color: #560BFF;
}
</style>