Shades of Han Purple #5617DC
Tints of Han Purple #5617DC
RGB
CMYK
RGB Variations
Color information
#5617DC (or 0x5617DC) is known color: Han Purple. HEX triplet: 56, 17 and DC. RGB value is (86,23,220). Sum of RGB (Red+Green+Blue) = 86+23+220=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #5617DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5617DC is #A9E823. Grayscale: #3F3F3F. Windows color (decimal): -11135012 or 14423894. OLE color: 14423894.
HSL color Cylindrical-coordinate representation of color #5617DC: hue angle of 259.19º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5617DC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 23 | 220 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.14 |
| HSL | 259.19º | 0.81% | 0.48% | - |
| HSV(B) | 259.19º | 0.9% | 0.86% | - |
| XYZ | 17.06 | 7.76 | 68.31 | - |
| YUV | 64.3 | 215.87 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 220 | 0.61 | 0.90 | 0 | 0.14 | 259.19 | 0.81 | 0.48 |
| Hex | 56 | 17 | DC | 3D | 5A | 0 | E | 103 | 51 | 30 |
| Octal | 126 | 27 | 334 | 75 | 132 | 0 | 16 | 403 | 121 | 60 |
| Binary | 1010110 | 10111 | 11011100 | 111101 | 1011010 | 0 | 1110 | 100000011 | 1010001 | 110000 |
Color Harmonies of #5617DC
Complementary color
Monochromatic Colors of #5617DC
Black with #5617DC
Text Example
Text Example
White with #5617DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5617DC; }
p { color: rgb(86,23,220); }
H1.HeaderClassName
{
color: #5617DC;
}
.AnyTagClassName
{
color: #5617DC;
}
</style>
background-color css
<style>
a { background-color: #5617DC; }
a { background-color: rgb(86,23,220); }
div.DivClassName
{
background-color: #5617DC;
}
.BgClassName
{
background-color: #5617DC;
}
</style>
border-color css
<style>
span { border-color: #5617DC; }
span { border-color: rgb(86,23,220); }
td.TdClassName
{
border-color: #5617DC;
}
.TagClassName
{
border-color: #5617DC;
}
</style>