Shades of Han Purple #560FFF
Tints of Han Purple #560FFF
RGB
CMYK
RGB Variations
Color information
#560FFF (or 0x560FFF) is known color: Han Purple. HEX triplet: 56, 0F and FF. RGB value is (86,15,255). Sum of RGB (Red+Green+Blue) = 86+15+255=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #560FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560FFF is #A9F000. Grayscale: #3E3E3E. Windows color (decimal): -11137025 or 16715606. OLE color: 16715606.
HSL color Cylindrical-coordinate representation of color #560FFF: hue angle of 257.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560FFF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 15 | 255 | - |
| CMYK | 0.66 | 0.94 | 0 | 0 |
| HSL | 257.75º | 1% | 0.53% | - |
| HSV(B) | 257.75º | 0.94% | 1% | - |
| XYZ | 22.06 | 9.54 | 95.29 | - |
| YUV | 63.59 | 236.02 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 255 | 0.66 | 0.94 | 0 | 0 | 257.75 | 1 | 0.53 |
| Hex | 56 | F | FF | 42 | 5E | 0 | 0 | 102 | 64 | 35 |
| Octal | 126 | 17 | 377 | 102 | 136 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1010110 | 1111 | 11111111 | 1000010 | 1011110 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #560FFF
Complementary color
Monochromatic Colors of #560FFF
Black with #560FFF
Text Example
Text Example
White with #560FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FFF; }
p { color: rgb(86,15,255); }
H1.HeaderClassName
{
color: #560FFF;
}
.AnyTagClassName
{
color: #560FFF;
}
</style>
background-color css
<style>
a { background-color: #560FFF; }
a { background-color: rgb(86,15,255); }
div.DivClassName
{
background-color: #560FFF;
}
.BgClassName
{
background-color: #560FFF;
}
</style>
border-color css
<style>
span { border-color: #560FFF; }
span { border-color: rgb(86,15,255); }
td.TdClassName
{
border-color: #560FFF;
}
.TagClassName
{
border-color: #560FFF;
}
</style>