Shades of Han Purple #5110DE
Tints of Han Purple #5110DE
RGB
CMYK
RGB Variations
Color information
#5110DE (or 0x5110DE) is known color: Han Purple. HEX triplet: 51, 10 and DE. RGB value is (81,16,222). Sum of RGB (Red+Green+Blue) = 81+16+222=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #5110DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110DE is #AEEF21. Grayscale: #3A3A3A. Windows color (decimal): -11464482 or 14553169. OLE color: 14553169.
HSL color Cylindrical-coordinate representation of color #5110DE: hue angle of 258.93º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5110DE is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 16 | 222 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.13 |
| HSL | 258.93º | 0.87% | 0.47% | - |
| HSV(B) | 258.93º | 0.93% | 0.87% | - |
| XYZ | 16.76 | 7.39 | 69.65 | - |
| YUV | 58.92 | 220.03 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 222 | 0.64 | 0.93 | 0 | 0.13 | 258.93 | 0.87 | 0.47 |
| Hex | 51 | 10 | DE | 40 | 5D | 0 | D | 103 | 57 | 2F |
| Octal | 121 | 20 | 336 | 100 | 135 | 0 | 15 | 403 | 127 | 57 |
| Binary | 1010001 | 10000 | 11011110 | 1000000 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101111 |
Color Harmonies of #5110DE
Complementary color
Monochromatic Colors of #5110DE
Black with #5110DE
Text Example
Text Example
White with #5110DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110DE; }
p { color: rgb(81,16,222); }
H1.HeaderClassName
{
color: #5110DE;
}
.AnyTagClassName
{
color: #5110DE;
}
</style>
background-color css
<style>
a { background-color: #5110DE; }
a { background-color: rgb(81,16,222); }
div.DivClassName
{
background-color: #5110DE;
}
.BgClassName
{
background-color: #5110DE;
}
</style>
border-color css
<style>
span { border-color: #5110DE; }
span { border-color: rgb(81,16,222); }
td.TdClassName
{
border-color: #5110DE;
}
.TagClassName
{
border-color: #5110DE;
}
</style>