Shades of Han Purple #561FDB
Tints of Han Purple #561FDB
RGB
CMYK
RGB Variations
Color information
#561FDB (or 0x561FDB) is known color: Han Purple. HEX triplet: 56, 1F and DB. RGB value is (86,31,219). Sum of RGB (Red+Green+Blue) = 86+31+219=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #561FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FDB is #A9E024. Grayscale: #444444. Windows color (decimal): -11132965 or 14360406. OLE color: 14360406.
HSL color Cylindrical-coordinate representation of color #561FDB: hue angle of 257.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561FDB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 31 | 219 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.14 |
| HSL | 257.55º | 0.75% | 0.49% | - |
| HSV(B) | 257.55º | 0.86% | 0.86% | - |
| XYZ | 17.11 | 8.07 | 67.67 | - |
| YUV | 68.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 219 | 0.61 | 0.86 | 0 | 0.14 | 257.55 | 0.75 | 0.49 |
| Hex | 56 | 1F | DB | 3D | 56 | 0 | E | 102 | 4B | 31 |
| Octal | 126 | 37 | 333 | 75 | 126 | 0 | 16 | 402 | 113 | 61 |
| Binary | 1010110 | 11111 | 11011011 | 111101 | 1010110 | 0 | 1110 | 100000010 | 1001011 | 110001 |
Color Harmonies of #561FDB
Complementary color
Monochromatic Colors of #561FDB
Black with #561FDB
Text Example
Text Example
White with #561FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FDB; }
p { color: rgb(86,31,219); }
H1.HeaderClassName
{
color: #561FDB;
}
.AnyTagClassName
{
color: #561FDB;
}
</style>
background-color css
<style>
a { background-color: #561FDB; }
a { background-color: rgb(86,31,219); }
div.DivClassName
{
background-color: #561FDB;
}
.BgClassName
{
background-color: #561FDB;
}
</style>
border-color css
<style>
span { border-color: #561FDB; }
span { border-color: rgb(86,31,219); }
td.TdClassName
{
border-color: #561FDB;
}
.TagClassName
{
border-color: #561FDB;
}
</style>