Shades of Han Purple #5E11EB
Tints of Han Purple #5E11EB
RGB
CMYK
RGB Variations
Color information
#5E11EB (or 0x5E11EB) is known color: Han Purple. HEX triplet: 5E, 11 and EB. RGB value is (94,17,235). Sum of RGB (Red+Green+Blue) = 94+17+235=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E11EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E11EB is #A1EE14. Grayscale: #404040. Windows color (decimal): -10612245 or 15405406. OLE color: 15405406.
HSL color Cylindrical-coordinate representation of color #5E11EB: hue angle of 261.19º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E11EB is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 17 | 235 | - |
| CMYK | 0.6 | 0.93 | 0 | 0.08 |
| HSL | 261.19º | 0.87% | 0.49% | - |
| HSV(B) | 261.19º | 0.93% | 0.92% | - |
| XYZ | 19.81 | 8.78 | 79.25 | - |
| YUV | 64.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 235 | 0.6 | 0.93 | 0 | 0.08 | 261.19 | 0.87 | 0.49 |
| Hex | 5E | 11 | EB | 3C | 5D | 0 | 8 | 105 | 57 | 31 |
| Octal | 136 | 21 | 353 | 74 | 135 | 0 | 10 | 405 | 127 | 61 |
| Binary | 1011110 | 10001 | 11101011 | 111100 | 1011101 | 0 | 1000 | 100000101 | 1010111 | 110001 |
Color Harmonies of #5E11EB
Complementary color
Monochromatic Colors of #5E11EB
Black with #5E11EB
Text Example
Text Example
White with #5E11EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E11EB; }
p { color: rgb(94,17,235); }
H1.HeaderClassName
{
color: #5E11EB;
}
.AnyTagClassName
{
color: #5E11EB;
}
</style>
background-color css
<style>
a { background-color: #5E11EB; }
a { background-color: rgb(94,17,235); }
div.DivClassName
{
background-color: #5E11EB;
}
.BgClassName
{
background-color: #5E11EB;
}
</style>
border-color css
<style>
span { border-color: #5E11EB; }
span { border-color: rgb(94,17,235); }
td.TdClassName
{
border-color: #5E11EB;
}
.TagClassName
{
border-color: #5E11EB;
}
</style>