Shades of Han Purple #560FFC
Tints of Han Purple #560FFC
RGB
CMYK
RGB Variations
Color information
#560FFC (or 0x560FFC) is known color: Han Purple. HEX triplet: 56, 0F and FC. RGB value is (86,15,252). Sum of RGB (Red+Green+Blue) = 86+15+252=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #560FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560FFC is #A9F003. Grayscale: #3E3E3E. Windows color (decimal): -11137028 or 16518998. OLE color: 16518998.
HSL color Cylindrical-coordinate representation of color #560FFC: hue angle of 257.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560FFC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 15 | 252 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.01 |
| HSL | 257.97º | 0.98% | 0.52% | - |
| HSV(B) | 257.97º | 0.94% | 0.99% | - |
| XYZ | 21.58 | 9.35 | 92.76 | - |
| YUV | 63.25 | 234.52 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 252 | 0.66 | 0.94 | 0 | 0.01 | 257.97 | 0.98 | 0.52 |
| Hex | 56 | F | FC | 42 | 5E | 0 | 1 | 102 | 62 | 34 |
| Octal | 126 | 17 | 374 | 102 | 136 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010110 | 1111 | 11111100 | 1000010 | 1011110 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #560FFC
Complementary color
Monochromatic Colors of #560FFC
Black with #560FFC
Text Example
Text Example
White with #560FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FFC; }
p { color: rgb(86,15,252); }
H1.HeaderClassName
{
color: #560FFC;
}
.AnyTagClassName
{
color: #560FFC;
}
</style>
background-color css
<style>
a { background-color: #560FFC; }
a { background-color: rgb(86,15,252); }
div.DivClassName
{
background-color: #560FFC;
}
.BgClassName
{
background-color: #560FFC;
}
</style>
border-color css
<style>
span { border-color: #560FFC; }
span { border-color: rgb(86,15,252); }
td.TdClassName
{
border-color: #560FFC;
}
.TagClassName
{
border-color: #560FFC;
}
</style>