Shades of Han Purple #5106EC
Tints of Han Purple #5106EC
RGB
CMYK
RGB Variations
Color information
#5106EC (or 0x5106EC) is known color: Han Purple. HEX triplet: 51, 06 and EC. RGB value is (81,6,236). Sum of RGB (Red+Green+Blue) = 81+6+236=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #5106EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5106EC is #AEF913. Grayscale: #353535. Windows color (decimal): -11467028 or 15468113. OLE color: 15468113.
HSL color Cylindrical-coordinate representation of color #5106EC: hue angle of 259.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5106EC is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 6 | 236 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.07 |
| HSL | 259.57º | 0.95% | 0.47% | - |
| HSV(B) | 259.57º | 0.97% | 0.93% | - |
| XYZ | 18.6 | 7.94 | 79.91 | - |
| YUV | 54.65 | 230.35 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 236 | 0.66 | 0.97 | 0 | 0.07 | 259.57 | 0.95 | 0.47 |
| Hex | 51 | 6 | EC | 42 | 61 | 0 | 7 | 104 | 5F | 2F |
| Octal | 121 | 6 | 354 | 102 | 141 | 0 | 7 | 404 | 137 | 57 |
| Binary | 1010001 | 110 | 11101100 | 1000010 | 1100001 | 0 | 111 | 100000100 | 1011111 | 101111 |
Color Harmonies of #5106EC
Complementary color
Monochromatic Colors of #5106EC
Black with #5106EC
Text Example
Text Example
White with #5106EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5106EC; }
p { color: rgb(81,6,236); }
H1.HeaderClassName
{
color: #5106EC;
}
.AnyTagClassName
{
color: #5106EC;
}
</style>
background-color css
<style>
a { background-color: #5106EC; }
a { background-color: rgb(81,6,236); }
div.DivClassName
{
background-color: #5106EC;
}
.BgClassName
{
background-color: #5106EC;
}
</style>
border-color css
<style>
span { border-color: #5106EC; }
span { border-color: rgb(81,6,236); }
td.TdClassName
{
border-color: #5106EC;
}
.TagClassName
{
border-color: #5106EC;
}
</style>