Shades of Han Purple #5610DA
Tints of Han Purple #5610DA
RGB
CMYK
RGB Variations
Color information
#5610DA (or 0x5610DA) is known color: Han Purple. HEX triplet: 56, 10 and DA. RGB value is (86,16,218). Sum of RGB (Red+Green+Blue) = 86+16+218=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #5610DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610DA is #A9EF25. Grayscale: #3B3B3B. Windows color (decimal): -11136806 or 14291030. OLE color: 14291030.
HSL color Cylindrical-coordinate representation of color #5610DA: hue angle of 260.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5610DA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 16 | 218 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.15 |
| HSL | 260.79º | 0.86% | 0.46% | - |
| HSV(B) | 260.79º | 0.93% | 0.85% | - |
| XYZ | 16.68 | 7.41 | 66.88 | - |
| YUV | 59.96 | 217.19 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 218 | 0.61 | 0.93 | 0 | 0.15 | 260.79 | 0.86 | 0.46 |
| Hex | 56 | 10 | DA | 3D | 5D | 0 | F | 105 | 56 | 2E |
| Octal | 126 | 20 | 332 | 75 | 135 | 0 | 17 | 405 | 126 | 56 |
| Binary | 1010110 | 10000 | 11011010 | 111101 | 1011101 | 0 | 1111 | 100000101 | 1010110 | 101110 |
Color Harmonies of #5610DA
Complementary color
Monochromatic Colors of #5610DA
Black with #5610DA
Text Example
Text Example
White with #5610DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610DA; }
p { color: rgb(86,16,218); }
H1.HeaderClassName
{
color: #5610DA;
}
.AnyTagClassName
{
color: #5610DA;
}
</style>
background-color css
<style>
a { background-color: #5610DA; }
a { background-color: rgb(86,16,218); }
div.DivClassName
{
background-color: #5610DA;
}
.BgClassName
{
background-color: #5610DA;
}
</style>
border-color css
<style>
span { border-color: #5610DA; }
span { border-color: rgb(86,16,218); }
td.TdClassName
{
border-color: #5610DA;
}
.TagClassName
{
border-color: #5610DA;
}
</style>