Shades of Han Purple #5E2EEE
Tints of Han Purple #5E2EEE
RGB
CMYK
RGB Variations
Color information
#5E2EEE (or 0x5E2EEE) is known color: Han Purple. HEX triplet: 5E, 2E and EE. RGB value is (94,46,238). Sum of RGB (Red+Green+Blue) = 94+46+238=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E2EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2EEE is #A1D111. Grayscale: #515151. Windows color (decimal): -10604818 or 15609438. OLE color: 15609438.
HSL color Cylindrical-coordinate representation of color #5E2EEE: hue angle of 255º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E2EEE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 46 | 238 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.07 |
| HSL | 255º | 0.85% | 0.56% | - |
| HSV(B) | 255º | 0.81% | 0.93% | - |
| XYZ | 21.03 | 10.51 | 81.81 | - |
| YUV | 82.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 238 | 0.61 | 0.81 | 0 | 0.07 | 255 | 0.85 | 0.56 |
| Hex | 5E | 2E | EE | 3D | 51 | 0 | 7 | FF | 55 | 38 |
| Octal | 136 | 56 | 356 | 75 | 121 | 0 | 7 | 377 | 125 | 70 |
| Binary | 1011110 | 101110 | 11101110 | 111101 | 1010001 | 0 | 111 | 11111111 | 1010101 | 111000 |
Color Harmonies of #5E2EEE
Complementary color
Monochromatic Colors of #5E2EEE
Black with #5E2EEE
Text Example
Text Example
White with #5E2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2EEE; }
p { color: rgb(94,46,238); }
H1.HeaderClassName
{
color: #5E2EEE;
}
.AnyTagClassName
{
color: #5E2EEE;
}
</style>
background-color css
<style>
a { background-color: #5E2EEE; }
a { background-color: rgb(94,46,238); }
div.DivClassName
{
background-color: #5E2EEE;
}
.BgClassName
{
background-color: #5E2EEE;
}
</style>
border-color css
<style>
span { border-color: #5E2EEE; }
span { border-color: rgb(94,46,238); }
td.TdClassName
{
border-color: #5E2EEE;
}
.TagClassName
{
border-color: #5E2EEE;
}
</style>