Shades of Han Purple #5610DC
Tints of Han Purple #5610DC
RGB
CMYK
RGB Variations
Color information
#5610DC (or 0x5610DC) is known color: Han Purple. HEX triplet: 56, 10 and DC. RGB value is (86,16,220). Sum of RGB (Red+Green+Blue) = 86+16+220=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #5610DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610DC is #A9EF23. Grayscale: #3B3B3B. Windows color (decimal): -11136804 or 14422102. OLE color: 14422102.
HSL color Cylindrical-coordinate representation of color #5610DC: hue angle of 260.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5610DC is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 16 | 220 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.14 |
| HSL | 260.59º | 0.86% | 0.46% | - |
| HSV(B) | 260.59º | 0.93% | 0.86% | - |
| XYZ | 16.94 | 7.52 | 68.27 | - |
| YUV | 60.19 | 218.19 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 220 | 0.61 | 0.93 | 0 | 0.14 | 260.59 | 0.86 | 0.46 |
| Hex | 56 | 10 | DC | 3D | 5D | 0 | E | 105 | 56 | 2E |
| Octal | 126 | 20 | 334 | 75 | 135 | 0 | 16 | 405 | 126 | 56 |
| Binary | 1010110 | 10000 | 11011100 | 111101 | 1011101 | 0 | 1110 | 100000101 | 1010110 | 101110 |
Color Harmonies of #5610DC
Complementary color
Monochromatic Colors of #5610DC
Black with #5610DC
Text Example
Text Example
White with #5610DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610DC; }
p { color: rgb(86,16,220); }
H1.HeaderClassName
{
color: #5610DC;
}
.AnyTagClassName
{
color: #5610DC;
}
</style>
background-color css
<style>
a { background-color: #5610DC; }
a { background-color: rgb(86,16,220); }
div.DivClassName
{
background-color: #5610DC;
}
.BgClassName
{
background-color: #5610DC;
}
</style>
border-color css
<style>
span { border-color: #5610DC; }
span { border-color: rgb(86,16,220); }
td.TdClassName
{
border-color: #5610DC;
}
.TagClassName
{
border-color: #5610DC;
}
</style>