Shades of Han Purple #5611DD
Tints of Han Purple #5611DD
RGB
CMYK
RGB Variations
Color information
#5611DD (or 0x5611DD) is known color: Han Purple. HEX triplet: 56, 11 and DD. RGB value is (86,17,221). Sum of RGB (Red+Green+Blue) = 86+17+221=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #5611DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611DD is #A9EE22. Grayscale: #3C3C3C. Windows color (decimal): -11136547 or 14487894. OLE color: 14487894.
HSL color Cylindrical-coordinate representation of color #5611DD: hue angle of 260.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5611DD is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 17 | 221 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.13 |
| HSL | 260.29º | 0.86% | 0.47% | - |
| HSV(B) | 260.29º | 0.92% | 0.87% | - |
| XYZ | 17.09 | 7.6 | 68.97 | - |
| YUV | 60.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 221 | 0.61 | 0.92 | 0 | 0.13 | 260.29 | 0.86 | 0.47 |
| Hex | 56 | 11 | DD | 3D | 5C | 0 | D | 104 | 56 | 2F |
| Octal | 126 | 21 | 335 | 75 | 134 | 0 | 15 | 404 | 126 | 57 |
| Binary | 1010110 | 10001 | 11011101 | 111101 | 1011100 | 0 | 1101 | 100000100 | 1010110 | 101111 |
Color Harmonies of #5611DD
Complementary color
Monochromatic Colors of #5611DD
Black with #5611DD
Text Example
Text Example
White with #5611DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5611DD; }
p { color: rgb(86,17,221); }
H1.HeaderClassName
{
color: #5611DD;
}
.AnyTagClassName
{
color: #5611DD;
}
</style>
background-color css
<style>
a { background-color: #5611DD; }
a { background-color: rgb(86,17,221); }
div.DivClassName
{
background-color: #5611DD;
}
.BgClassName
{
background-color: #5611DD;
}
</style>
border-color css
<style>
span { border-color: #5611DD; }
span { border-color: rgb(86,17,221); }
td.TdClassName
{
border-color: #5611DD;
}
.TagClassName
{
border-color: #5611DD;
}
</style>