Shades of Han Purple #5616EC
Tints of Han Purple #5616EC
RGB
CMYK
RGB Variations
Color information
#5616EC (or 0x5616EC) is known color: Han Purple. HEX triplet: 56, 16 and EC. RGB value is (86,22,236). Sum of RGB (Red+Green+Blue) = 86+22+236=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #5616EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616EC is #A9E913. Grayscale: #404040. Windows color (decimal): -11135252 or 15472214. OLE color: 15472214.
HSL color Cylindrical-coordinate representation of color #5616EC: hue angle of 257.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5616EC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 22 | 236 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.07 |
| HSL | 257.94º | 0.85% | 0.51% | - |
| HSV(B) | 257.94º | 0.91% | 0.93% | - |
| XYZ | 19.26 | 8.61 | 80 | - |
| YUV | 65.53 | 224.2 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 236 | 0.64 | 0.91 | 0 | 0.07 | 257.94 | 0.85 | 0.51 |
| Hex | 56 | 16 | EC | 40 | 5B | 0 | 7 | 102 | 55 | 33 |
| Octal | 126 | 26 | 354 | 100 | 133 | 0 | 7 | 402 | 125 | 63 |
| Binary | 1010110 | 10110 | 11101100 | 1000000 | 1011011 | 0 | 111 | 100000010 | 1010101 | 110011 |
Color Harmonies of #5616EC
Complementary color
Monochromatic Colors of #5616EC
Black with #5616EC
Text Example
Text Example
White with #5616EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616EC; }
p { color: rgb(86,22,236); }
H1.HeaderClassName
{
color: #5616EC;
}
.AnyTagClassName
{
color: #5616EC;
}
</style>
background-color css
<style>
a { background-color: #5616EC; }
a { background-color: rgb(86,22,236); }
div.DivClassName
{
background-color: #5616EC;
}
.BgClassName
{
background-color: #5616EC;
}
</style>
border-color css
<style>
span { border-color: #5616EC; }
span { border-color: rgb(86,22,236); }
td.TdClassName
{
border-color: #5616EC;
}
.TagClassName
{
border-color: #5616EC;
}
</style>