Shades of Han Purple #560BF6
Tints of Han Purple #560BF6
RGB
CMYK
RGB Variations
Color information
#560BF6 (or 0x560BF6) is known color: Han Purple. HEX triplet: 56, 0B and F6. RGB value is (86,11,246). Sum of RGB (Red+Green+Blue) = 86+11+246=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #560BF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560BF6 is #A9F409. Grayscale: #3B3B3B. Windows color (decimal): -11138058 or 16124758. OLE color: 16124758.
HSL color Cylindrical-coordinate representation of color #560BF6: hue angle of 259.15º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560BF6 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 11 | 246 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.04 |
| HSL | 259.15º | 0.93% | 0.5% | - |
| HSV(B) | 259.15º | 0.96% | 0.96% | - |
| XYZ | 20.59 | 8.87 | 87.82 | - |
| YUV | 60.22 | 232.85 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 246 | 0.65 | 0.96 | 0 | 0.04 | 259.15 | 0.93 | 0.5 |
| Hex | 56 | B | F6 | 41 | 60 | 0 | 4 | 103 | 5D | 32 |
| Octal | 126 | 13 | 366 | 101 | 140 | 0 | 4 | 403 | 135 | 62 |
| Binary | 1010110 | 1011 | 11110110 | 1000001 | 1100000 | 0 | 100 | 100000011 | 1011101 | 110010 |
Color Harmonies of #560BF6
Complementary color
Monochromatic Colors of #560BF6
Black with #560BF6
Text Example
Text Example
White with #560BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BF6; }
p { color: rgb(86,11,246); }
H1.HeaderClassName
{
color: #560BF6;
}
.AnyTagClassName
{
color: #560BF6;
}
</style>
background-color css
<style>
a { background-color: #560BF6; }
a { background-color: rgb(86,11,246); }
div.DivClassName
{
background-color: #560BF6;
}
.BgClassName
{
background-color: #560BF6;
}
</style>
border-color css
<style>
span { border-color: #560BF6; }
span { border-color: rgb(86,11,246); }
td.TdClassName
{
border-color: #560BF6;
}
.TagClassName
{
border-color: #560BF6;
}
</style>