Shades of Han Purple #561BDC
Tints of Han Purple #561BDC
RGB
CMYK
RGB Variations
Color information
#561BDC (or 0x561BDC) is known color: Han Purple. HEX triplet: 56, 1B and DC. RGB value is (86,27,220). Sum of RGB (Red+Green+Blue) = 86+27+220=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #561BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BDC is #A9E423. Grayscale: #414141. Windows color (decimal): -11133988 or 14424918. OLE color: 14424918.
HSL color Cylindrical-coordinate representation of color #561BDC: hue angle of 258.34º degrees, saturation: 0.78, 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 #561BDC is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 27 | 220 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.14 |
| HSL | 258.34º | 0.78% | 0.48% | - |
| HSV(B) | 258.34º | 0.88% | 0.86% | - |
| XYZ | 17.15 | 7.93 | 68.34 | - |
| YUV | 66.64 | 214.55 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 220 | 0.61 | 0.88 | 0 | 0.14 | 258.34 | 0.78 | 0.48 |
| Hex | 56 | 1B | DC | 3D | 58 | 0 | E | 102 | 4E | 30 |
| Octal | 126 | 33 | 334 | 75 | 130 | 0 | 16 | 402 | 116 | 60 |
| Binary | 1010110 | 11011 | 11011100 | 111101 | 1011000 | 0 | 1110 | 100000010 | 1001110 | 110000 |
Color Harmonies of #561BDC
Complementary color
Monochromatic Colors of #561BDC
Black with #561BDC
Text Example
Text Example
White with #561BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BDC; }
p { color: rgb(86,27,220); }
H1.HeaderClassName
{
color: #561BDC;
}
.AnyTagClassName
{
color: #561BDC;
}
</style>
background-color css
<style>
a { background-color: #561BDC; }
a { background-color: rgb(86,27,220); }
div.DivClassName
{
background-color: #561BDC;
}
.BgClassName
{
background-color: #561BDC;
}
</style>
border-color css
<style>
span { border-color: #561BDC; }
span { border-color: rgb(86,27,220); }
td.TdClassName
{
border-color: #561BDC;
}
.TagClassName
{
border-color: #561BDC;
}
</style>