Shades of Han Purple #5116EC
Tints of Han Purple #5116EC
RGB
CMYK
RGB Variations
Color information
#5116EC (or 0x5116EC) is known color: Han Purple. HEX triplet: 51, 16 and EC. RGB value is (81,22,236). Sum of RGB (Red+Green+Blue) = 81+22+236=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #5116EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5116EC is #AEE913. Grayscale: #3F3F3F. Windows color (decimal): -11462932 or 15472209. OLE color: 15472209.
HSL color Cylindrical-coordinate representation of color #5116EC: hue angle of 256.54º 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 #5116EC is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 22 | 236 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.07 |
| HSL | 256.54º | 0.85% | 0.51% | - |
| HSV(B) | 256.54º | 0.91% | 0.93% | - |
| XYZ | 18.82 | 8.38 | 79.98 | - |
| YUV | 64.04 | 225.05 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 236 | 0.66 | 0.91 | 0 | 0.07 | 256.54 | 0.85 | 0.51 |
| Hex | 51 | 16 | EC | 42 | 5B | 0 | 7 | 101 | 55 | 33 |
| Octal | 121 | 26 | 354 | 102 | 133 | 0 | 7 | 401 | 125 | 63 |
| Binary | 1010001 | 10110 | 11101100 | 1000010 | 1011011 | 0 | 111 | 100000001 | 1010101 | 110011 |
Color Harmonies of #5116EC
Complementary color
Monochromatic Colors of #5116EC
Black with #5116EC
Text Example
Text Example
White with #5116EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116EC; }
p { color: rgb(81,22,236); }
H1.HeaderClassName
{
color: #5116EC;
}
.AnyTagClassName
{
color: #5116EC;
}
</style>
background-color css
<style>
a { background-color: #5116EC; }
a { background-color: rgb(81,22,236); }
div.DivClassName
{
background-color: #5116EC;
}
.BgClassName
{
background-color: #5116EC;
}
</style>
border-color css
<style>
span { border-color: #5116EC; }
span { border-color: rgb(81,22,236); }
td.TdClassName
{
border-color: #5116EC;
}
.TagClassName
{
border-color: #5116EC;
}
</style>