Shades of Han Purple #5E33EE
Tints of Han Purple #5E33EE
RGB
CMYK
RGB Variations
Color information
#5E33EE (or 0x5E33EE) is known color: Han Purple. HEX triplet: 5E, 33 and EE. RGB value is (94,51,238). Sum of RGB (Red+Green+Blue) = 94+51+238=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E33EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E33EE is #A1CC11. Grayscale: #545454. Windows color (decimal): -10603538 or 15610718. OLE color: 15610718.
HSL color Cylindrical-coordinate representation of color #5E33EE: hue angle of 253.8º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E33EE is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 51 | 238 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.07 |
| HSL | 253.8º | 0.85% | 0.57% | - |
| HSV(B) | 253.8º | 0.79% | 0.93% | - |
| XYZ | 21.23 | 10.92 | 81.88 | - |
| YUV | 85.18 | 214.25 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 238 | 0.61 | 0.79 | 0 | 0.07 | 253.8 | 0.85 | 0.57 |
| Hex | 5E | 33 | EE | 3D | 4F | 0 | 7 | FE | 55 | 39 |
| Octal | 136 | 63 | 356 | 75 | 117 | 0 | 7 | 376 | 125 | 71 |
| Binary | 1011110 | 110011 | 11101110 | 111101 | 1001111 | 0 | 111 | 11111110 | 1010101 | 111001 |
Color Harmonies of #5E33EE
Complementary color
Monochromatic Colors of #5E33EE
Black with #5E33EE
Text Example
Text Example
White with #5E33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E33EE; }
p { color: rgb(94,51,238); }
H1.HeaderClassName
{
color: #5E33EE;
}
.AnyTagClassName
{
color: #5E33EE;
}
</style>
background-color css
<style>
a { background-color: #5E33EE; }
a { background-color: rgb(94,51,238); }
div.DivClassName
{
background-color: #5E33EE;
}
.BgClassName
{
background-color: #5E33EE;
}
</style>
border-color css
<style>
span { border-color: #5E33EE; }
span { border-color: rgb(94,51,238); }
td.TdClassName
{
border-color: #5E33EE;
}
.TagClassName
{
border-color: #5E33EE;
}
</style>