Shades of Han Purple #561FF0
Tints of Han Purple #561FF0
RGB
CMYK
RGB Variations
Color information
#561FF0 (or 0x561FF0) is known color: Han Purple. HEX triplet: 56, 1F and F0. RGB value is (86,31,240). Sum of RGB (Red+Green+Blue) = 86+31+240=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #561FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561FF0 is #A9E00F. Grayscale: #464646. Windows color (decimal): -11132944 or 15736662. OLE color: 15736662.
HSL color Cylindrical-coordinate representation of color #561FF0: hue angle of 255.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561FF0 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 31 | 240 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.06 |
| HSL | 255.79º | 0.87% | 0.53% | - |
| HSV(B) | 255.79º | 0.87% | 0.94% | - |
| XYZ | 20.06 | 9.25 | 83.17 | - |
| YUV | 71.27 | 223.22 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 240 | 0.64 | 0.87 | 0 | 0.06 | 255.79 | 0.87 | 0.53 |
| Hex | 56 | 1F | F0 | 40 | 57 | 0 | 6 | 100 | 57 | 35 |
| Octal | 126 | 37 | 360 | 100 | 127 | 0 | 6 | 400 | 127 | 65 |
| Binary | 1010110 | 11111 | 11110000 | 1000000 | 1010111 | 0 | 110 | 100000000 | 1010111 | 110101 |
Color Harmonies of #561FF0
Complementary color
Monochromatic Colors of #561FF0
Black with #561FF0
Text Example
Text Example
White with #561FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FF0; }
p { color: rgb(86,31,240); }
H1.HeaderClassName
{
color: #561FF0;
}
.AnyTagClassName
{
color: #561FF0;
}
</style>
background-color css
<style>
a { background-color: #561FF0; }
a { background-color: rgb(86,31,240); }
div.DivClassName
{
background-color: #561FF0;
}
.BgClassName
{
background-color: #561FF0;
}
</style>
border-color css
<style>
span { border-color: #561FF0; }
span { border-color: rgb(86,31,240); }
td.TdClassName
{
border-color: #561FF0;
}
.TagClassName
{
border-color: #561FF0;
}
</style>