Shades of Han Purple #5110D8
Tints of Han Purple #5110D8
RGB
CMYK
RGB Variations
Color information
#5110D8 (or 0x5110D8) is known color: Han Purple. HEX triplet: 51, 10 and D8. RGB value is (81,16,216). Sum of RGB (Red+Green+Blue) = 81+16+216=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 216 (84.77% from 255 or 69.01% from 313); Max value from RGB is 216 - color contains mainly: blue. Hex color #5110D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110D8 is #AEEF27. Grayscale: #393939. Windows color (decimal): -11464488 or 14159953. OLE color: 14159953.
HSL color Cylindrical-coordinate representation of color #5110D8: hue angle of 259.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5110D8 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 16 | 216 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.15 |
| HSL | 259.5º | 0.86% | 0.45% | - |
| HSV(B) | 259.5º | 0.93% | 0.85% | - |
| XYZ | 15.97 | 7.08 | 65.49 | - |
| YUV | 58.24 | 217.03 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 216 | 0.62 | 0.93 | 0 | 0.15 | 259.5 | 0.86 | 0.45 |
| Hex | 51 | 10 | D8 | 3E | 5D | 0 | F | 104 | 56 | 2D |
| Octal | 121 | 20 | 330 | 76 | 135 | 0 | 17 | 404 | 126 | 55 |
| Binary | 1010001 | 10000 | 11011000 | 111110 | 1011101 | 0 | 1111 | 100000100 | 1010110 | 101101 |
Color Harmonies of #5110D8
Complementary color
Monochromatic Colors of #5110D8
Black with #5110D8
Text Example
Text Example
White with #5110D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110D8; }
p { color: rgb(81,16,216); }
H1.HeaderClassName
{
color: #5110D8;
}
.AnyTagClassName
{
color: #5110D8;
}
</style>
background-color css
<style>
a { background-color: #5110D8; }
a { background-color: rgb(81,16,216); }
div.DivClassName
{
background-color: #5110D8;
}
.BgClassName
{
background-color: #5110D8;
}
</style>
border-color css
<style>
span { border-color: #5110D8; }
span { border-color: rgb(81,16,216); }
td.TdClassName
{
border-color: #5110D8;
}
.TagClassName
{
border-color: #5110D8;
}
</style>