Shades of Han Purple #5E2DEB
Tints of Han Purple #5E2DEB
RGB
CMYK
RGB Variations
Color information
#5E2DEB (or 0x5E2DEB) is known color: Han Purple. HEX triplet: 5E, 2D and EB. RGB value is (94,45,235). Sum of RGB (Red+Green+Blue) = 94+45+235=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E2DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2DEB is #A1D214. Grayscale: #505050. Windows color (decimal): -10605077 or 15412574. OLE color: 15412574.
HSL color Cylindrical-coordinate representation of color #5E2DEB: hue angle of 255.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E2DEB is Cyan = 0.6, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 45 | 235 | - |
| CMYK | 0.6 | 0.81 | 0 | 0.08 |
| HSL | 255.47º | 0.83% | 0.55% | - |
| HSV(B) | 255.47º | 0.81% | 0.92% | - |
| XYZ | 20.55 | 10.25 | 79.49 | - |
| YUV | 81.31 | 214.73 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 235 | 0.6 | 0.81 | 0 | 0.08 | 255.47 | 0.83 | 0.55 |
| Hex | 5E | 2D | EB | 3C | 51 | 0 | 8 | FF | 53 | 37 |
| Octal | 136 | 55 | 353 | 74 | 121 | 0 | 10 | 377 | 123 | 67 |
| Binary | 1011110 | 101101 | 11101011 | 111100 | 1010001 | 0 | 1000 | 11111111 | 1010011 | 110111 |
Color Harmonies of #5E2DEB
Complementary color
Monochromatic Colors of #5E2DEB
Black with #5E2DEB
Text Example
Text Example
White with #5E2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2DEB; }
p { color: rgb(94,45,235); }
H1.HeaderClassName
{
color: #5E2DEB;
}
.AnyTagClassName
{
color: #5E2DEB;
}
</style>
background-color css
<style>
a { background-color: #5E2DEB; }
a { background-color: rgb(94,45,235); }
div.DivClassName
{
background-color: #5E2DEB;
}
.BgClassName
{
background-color: #5E2DEB;
}
</style>
border-color css
<style>
span { border-color: #5E2DEB; }
span { border-color: rgb(94,45,235); }
td.TdClassName
{
border-color: #5E2DEB;
}
.TagClassName
{
border-color: #5E2DEB;
}
</style>