Shades of Han Purple #5110D6
Tints of Han Purple #5110D6
RGB
CMYK
RGB Variations
Color information
#5110D6 (or 0x5110D6) is known color: Han Purple. HEX triplet: 51, 10 and D6. RGB value is (81,16,214). Sum of RGB (Red+Green+Blue) = 81+16+214=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 214 (83.98% from 255 or 68.81% from 311); Max value from RGB is 214 - color contains mainly: blue. Hex color #5110D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110D6 is #AEEF29. Grayscale: #393939. Windows color (decimal): -11464490 or 14028881. OLE color: 14028881.
HSL color Cylindrical-coordinate representation of color #5110D6: hue angle of 259.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5110D6 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 16 | 214 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.16 |
| HSL | 259.7º | 0.86% | 0.45% | - |
| HSV(B) | 259.7º | 0.93% | 0.84% | - |
| XYZ | 15.72 | 6.97 | 64.14 | - |
| YUV | 58.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 214 | 0.62 | 0.93 | 0 | 0.16 | 259.7 | 0.86 | 0.45 |
| Hex | 51 | 10 | D6 | 3E | 5D | 0 | 10 | 104 | 56 | 2D |
| Octal | 121 | 20 | 326 | 76 | 135 | 0 | 20 | 404 | 126 | 55 |
| Binary | 1010001 | 10000 | 11010110 | 111110 | 1011101 | 0 | 10000 | 100000100 | 1010110 | 101101 |
Color Harmonies of #5110D6
Complementary color
Monochromatic Colors of #5110D6
Black with #5110D6
Text Example
Text Example
White with #5110D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110D6; }
p { color: rgb(81,16,214); }
H1.HeaderClassName
{
color: #5110D6;
}
.AnyTagClassName
{
color: #5110D6;
}
</style>
background-color css
<style>
a { background-color: #5110D6; }
a { background-color: rgb(81,16,214); }
div.DivClassName
{
background-color: #5110D6;
}
.BgClassName
{
background-color: #5110D6;
}
</style>
border-color css
<style>
span { border-color: #5110D6; }
span { border-color: rgb(81,16,214); }
td.TdClassName
{
border-color: #5110D6;
}
.TagClassName
{
border-color: #5110D6;
}
</style>