Shades of Han Purple #5E1EEF
Tints of Han Purple #5E1EEF
RGB
CMYK
RGB Variations
Color information
#5E1EEF (or 0x5E1EEF) is known color: Han Purple. HEX triplet: 5E, 1E and EF. RGB value is (94,30,239). Sum of RGB (Red+Green+Blue) = 94+30+239=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E1EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1EEF is #A1E110. Grayscale: #484848. Windows color (decimal): -10608913 or 15670878. OLE color: 15670878.
HSL color Cylindrical-coordinate representation of color #5E1EEF: hue angle of 258.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E1EEF is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 30 | 239 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.06 |
| HSL | 258.37º | 0.87% | 0.53% | - |
| HSV(B) | 258.37º | 0.87% | 0.94% | - |
| XYZ | 20.66 | 9.54 | 82.41 | - |
| YUV | 72.96 | 221.7 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 239 | 0.61 | 0.87 | 0 | 0.06 | 258.37 | 0.87 | 0.53 |
| Hex | 5E | 1E | EF | 3D | 57 | 0 | 6 | 102 | 57 | 35 |
| Octal | 136 | 36 | 357 | 75 | 127 | 0 | 6 | 402 | 127 | 65 |
| Binary | 1011110 | 11110 | 11101111 | 111101 | 1010111 | 0 | 110 | 100000010 | 1010111 | 110101 |
Color Harmonies of #5E1EEF
Complementary color
Monochromatic Colors of #5E1EEF
Black with #5E1EEF
Text Example
Text Example
White with #5E1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1EEF; }
p { color: rgb(94,30,239); }
H1.HeaderClassName
{
color: #5E1EEF;
}
.AnyTagClassName
{
color: #5E1EEF;
}
</style>
background-color css
<style>
a { background-color: #5E1EEF; }
a { background-color: rgb(94,30,239); }
div.DivClassName
{
background-color: #5E1EEF;
}
.BgClassName
{
background-color: #5E1EEF;
}
</style>
border-color css
<style>
span { border-color: #5E1EEF; }
span { border-color: rgb(94,30,239); }
td.TdClassName
{
border-color: #5E1EEF;
}
.TagClassName
{
border-color: #5E1EEF;
}
</style>