Shades of Han Purple #5110D5
Tints of Han Purple #5110D5
RGB
CMYK
RGB Variations
Color information
#5110D5 (or 0x5110D5) is known color: Han Purple. HEX triplet: 51, 10 and D5. RGB value is (81,16,213). Sum of RGB (Red+Green+Blue) = 81+16+213=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #5110D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110D5 is #AEEF2A. Grayscale: #393939. Windows color (decimal): -11464491 or 13963345. OLE color: 13963345.
HSL color Cylindrical-coordinate representation of color #5110D5: hue angle of 259.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5110D5 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 16 | 213 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.16 |
| HSL | 259.8º | 0.86% | 0.45% | - |
| HSV(B) | 259.8º | 0.92% | 0.84% | - |
| XYZ | 15.59 | 6.92 | 63.47 | - |
| YUV | 57.89 | 215.53 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 213 | 0.62 | 0.92 | 0 | 0.16 | 259.8 | 0.86 | 0.45 |
| Hex | 51 | 10 | D5 | 3E | 5C | 0 | 10 | 104 | 56 | 2D |
| Octal | 121 | 20 | 325 | 76 | 134 | 0 | 20 | 404 | 126 | 55 |
| Binary | 1010001 | 10000 | 11010101 | 111110 | 1011100 | 0 | 10000 | 100000100 | 1010110 | 101101 |
Color Harmonies of #5110D5
Complementary color
Monochromatic Colors of #5110D5
Black with #5110D5
Text Example
Text Example
White with #5110D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110D5; }
p { color: rgb(81,16,213); }
H1.HeaderClassName
{
color: #5110D5;
}
.AnyTagClassName
{
color: #5110D5;
}
</style>
background-color css
<style>
a { background-color: #5110D5; }
a { background-color: rgb(81,16,213); }
div.DivClassName
{
background-color: #5110D5;
}
.BgClassName
{
background-color: #5110D5;
}
</style>
border-color css
<style>
span { border-color: #5110D5; }
span { border-color: rgb(81,16,213); }
td.TdClassName
{
border-color: #5110D5;
}
.TagClassName
{
border-color: #5110D5;
}
</style>