Shades of Han Purple #5118E1
Tints of Han Purple #5118E1
RGB
CMYK
RGB Variations
Color information
#5118E1 (or 0x5118E1) is known color: Han Purple. HEX triplet: 51, 18 and E1. RGB value is (81,24,225). Sum of RGB (Red+Green+Blue) = 81+24+225=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #5118E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118E1 is #AEE71E. Grayscale: #3F3F3F. Windows color (decimal): -11462431 or 14751825. OLE color: 14751825.
HSL color Cylindrical-coordinate representation of color #5118E1: hue angle of 257.01º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5118E1 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 24 | 225 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.12 |
| HSL | 257.01º | 0.81% | 0.49% | - |
| HSV(B) | 257.01º | 0.89% | 0.88% | - |
| XYZ | 17.31 | 7.84 | 71.83 | - |
| YUV | 63.96 | 218.88 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 225 | 0.64 | 0.89 | 0 | 0.12 | 257.01 | 0.81 | 0.49 |
| Hex | 51 | 18 | E1 | 40 | 59 | 0 | C | 101 | 51 | 31 |
| Octal | 121 | 30 | 341 | 100 | 131 | 0 | 14 | 401 | 121 | 61 |
| Binary | 1010001 | 11000 | 11100001 | 1000000 | 1011001 | 0 | 1100 | 100000001 | 1010001 | 110001 |
Color Harmonies of #5118E1
Complementary color
Monochromatic Colors of #5118E1
Black with #5118E1
Text Example
Text Example
White with #5118E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5118E1; }
p { color: rgb(81,24,225); }
H1.HeaderClassName
{
color: #5118E1;
}
.AnyTagClassName
{
color: #5118E1;
}
</style>
background-color css
<style>
a { background-color: #5118E1; }
a { background-color: rgb(81,24,225); }
div.DivClassName
{
background-color: #5118E1;
}
.BgClassName
{
background-color: #5118E1;
}
</style>
border-color css
<style>
span { border-color: #5118E1; }
span { border-color: rgb(81,24,225); }
td.TdClassName
{
border-color: #5118E1;
}
.TagClassName
{
border-color: #5118E1;
}
</style>