Shades of Han Purple #561BF1
Tints of Han Purple #561BF1
RGB
CMYK
RGB Variations
Color information
#561BF1 (or 0x561BF1) is known color: Han Purple. HEX triplet: 56, 1B and F1. RGB value is (86,27,241). Sum of RGB (Red+Green+Blue) = 86+27+241=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #561BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561BF1 is #A9E40E. Grayscale: #444444. Windows color (decimal): -11133967 or 15801174. OLE color: 15801174.
HSL color Cylindrical-coordinate representation of color #561BF1: hue angle of 256.54º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561BF1 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 27 | 241 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.05 |
| HSL | 256.54º | 0.88% | 0.53% | - |
| HSV(B) | 256.54º | 0.89% | 0.95% | - |
| XYZ | 20.11 | 9.11 | 83.92 | - |
| YUV | 69.04 | 225.05 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 241 | 0.64 | 0.89 | 0 | 0.05 | 256.54 | 0.88 | 0.53 |
| Hex | 56 | 1B | F1 | 40 | 59 | 0 | 5 | 101 | 58 | 35 |
| Octal | 126 | 33 | 361 | 100 | 131 | 0 | 5 | 401 | 130 | 65 |
| Binary | 1010110 | 11011 | 11110001 | 1000000 | 1011001 | 0 | 101 | 100000001 | 1011000 | 110101 |
Color Harmonies of #561BF1
Complementary color
Monochromatic Colors of #561BF1
Black with #561BF1
Text Example
Text Example
White with #561BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BF1; }
p { color: rgb(86,27,241); }
H1.HeaderClassName
{
color: #561BF1;
}
.AnyTagClassName
{
color: #561BF1;
}
</style>
background-color css
<style>
a { background-color: #561BF1; }
a { background-color: rgb(86,27,241); }
div.DivClassName
{
background-color: #561BF1;
}
.BgClassName
{
background-color: #561BF1;
}
</style>
border-color css
<style>
span { border-color: #561BF1; }
span { border-color: rgb(86,27,241); }
td.TdClassName
{
border-color: #561BF1;
}
.TagClassName
{
border-color: #561BF1;
}
</style>