Shades of Han Purple #561ADB
Tints of Han Purple #561ADB
RGB
CMYK
RGB Variations
Color information
#561ADB (or 0x561ADB) is known color: Han Purple. HEX triplet: 56, 1A and DB. RGB value is (86,26,219). Sum of RGB (Red+Green+Blue) = 86+26+219=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #561ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ADB is #A9E524. Grayscale: #414141. Windows color (decimal): -11134245 or 14359126. OLE color: 14359126.
HSL color Cylindrical-coordinate representation of color #561ADB: hue angle of 258.65º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561ADB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 26 | 219 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.14 |
| HSL | 258.65º | 0.79% | 0.48% | - |
| HSV(B) | 258.65º | 0.88% | 0.86% | - |
| XYZ | 16.99 | 7.83 | 67.63 | - |
| YUV | 65.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 219 | 0.61 | 0.88 | 0 | 0.14 | 258.65 | 0.79 | 0.48 |
| Hex | 56 | 1A | DB | 3D | 58 | 0 | E | 103 | 4F | 30 |
| Octal | 126 | 32 | 333 | 75 | 130 | 0 | 16 | 403 | 117 | 60 |
| Binary | 1010110 | 11010 | 11011011 | 111101 | 1011000 | 0 | 1110 | 100000011 | 1001111 | 110000 |
Color Harmonies of #561ADB
Complementary color
Monochromatic Colors of #561ADB
Black with #561ADB
Text Example
Text Example
White with #561ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561ADB; }
p { color: rgb(86,26,219); }
H1.HeaderClassName
{
color: #561ADB;
}
.AnyTagClassName
{
color: #561ADB;
}
</style>
background-color css
<style>
a { background-color: #561ADB; }
a { background-color: rgb(86,26,219); }
div.DivClassName
{
background-color: #561ADB;
}
.BgClassName
{
background-color: #561ADB;
}
</style>
border-color css
<style>
span { border-color: #561ADB; }
span { border-color: rgb(86,26,219); }
td.TdClassName
{
border-color: #561ADB;
}
.TagClassName
{
border-color: #561ADB;
}
</style>