Shades of Han Purple #5E1EFF
Tints of Han Purple #5E1EFF
RGB
CMYK
RGB Variations
Color information
#5E1EFF (or 0x5E1EFF) is known color: Han Purple. HEX triplet: 5E, 1E and FF. RGB value is (94,30,255). Sum of RGB (Red+Green+Blue) = 94+30+255=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1EFF is #A1E100. Grayscale: #494949. Windows color (decimal): -10608897 or 16719454. OLE color: 16719454.
HSL color Cylindrical-coordinate representation of color #5E1EFF: hue angle of 257.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E1EFF is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 30 | 255 | - |
| CMYK | 0.63 | 0.88 | 0 | 0 |
| HSL | 257.07º | 1% | 0.56% | - |
| HSV(B) | 257.07º | 0.88% | 1% | - |
| XYZ | 23.13 | 10.53 | 95.42 | - |
| YUV | 74.79 | 229.7 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 255 | 0.63 | 0.88 | 0 | 0 | 257.07 | 1 | 0.56 |
| Hex | 5E | 1E | FF | 3F | 58 | 0 | 0 | 101 | 64 | 38 |
| Octal | 136 | 36 | 377 | 77 | 130 | 0 | 0 | 401 | 144 | 70 |
| Binary | 1011110 | 11110 | 11111111 | 111111 | 1011000 | 0 | 0 | 100000001 | 1100100 | 111000 |
Color Harmonies of #5E1EFF
Complementary color
Monochromatic Colors of #5E1EFF
Black with #5E1EFF
Text Example
Text Example
White with #5E1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1EFF; }
p { color: rgb(94,30,255); }
H1.HeaderClassName
{
color: #5E1EFF;
}
.AnyTagClassName
{
color: #5E1EFF;
}
</style>
background-color css
<style>
a { background-color: #5E1EFF; }
a { background-color: rgb(94,30,255); }
div.DivClassName
{
background-color: #5E1EFF;
}
.BgClassName
{
background-color: #5E1EFF;
}
</style>
border-color css
<style>
span { border-color: #5E1EFF; }
span { border-color: rgb(94,30,255); }
td.TdClassName
{
border-color: #5E1EFF;
}
.TagClassName
{
border-color: #5E1EFF;
}
</style>