Shades of Han Purple #561BDA
Tints of Han Purple #561BDA
RGB
CMYK
RGB Variations
Color information
#561BDA (or 0x561BDA) is known color: Han Purple. HEX triplet: 56, 1B and DA. RGB value is (86,27,218). Sum of RGB (Red+Green+Blue) = 86+27+218=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #561BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BDA is #A9E425. Grayscale: #414141. Windows color (decimal): -11133990 or 14293846. OLE color: 14293846.
HSL color Cylindrical-coordinate representation of color #561BDA: hue angle of 258.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561BDA is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 27 | 218 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.15 |
| HSL | 258.53º | 0.78% | 0.48% | - |
| HSV(B) | 258.53º | 0.88% | 0.85% | - |
| XYZ | 16.88 | 7.82 | 66.95 | - |
| YUV | 66.42 | 213.55 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 218 | 0.61 | 0.88 | 0 | 0.15 | 258.53 | 0.78 | 0.48 |
| Hex | 56 | 1B | DA | 3D | 58 | 0 | F | 103 | 4E | 30 |
| Octal | 126 | 33 | 332 | 75 | 130 | 0 | 17 | 403 | 116 | 60 |
| Binary | 1010110 | 11011 | 11011010 | 111101 | 1011000 | 0 | 1111 | 100000011 | 1001110 | 110000 |
Color Harmonies of #561BDA
Complementary color
Monochromatic Colors of #561BDA
Black with #561BDA
Text Example
Text Example
White with #561BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BDA; }
p { color: rgb(86,27,218); }
H1.HeaderClassName
{
color: #561BDA;
}
.AnyTagClassName
{
color: #561BDA;
}
</style>
background-color css
<style>
a { background-color: #561BDA; }
a { background-color: rgb(86,27,218); }
div.DivClassName
{
background-color: #561BDA;
}
.BgClassName
{
background-color: #561BDA;
}
</style>
border-color css
<style>
span { border-color: #561BDA; }
span { border-color: rgb(86,27,218); }
td.TdClassName
{
border-color: #561BDA;
}
.TagClassName
{
border-color: #561BDA;
}
</style>