Shades of Han Purple #5E2BE9
Tints of Han Purple #5E2BE9
RGB
CMYK
RGB Variations
Color information
#5E2BE9 (or 0x5E2BE9) is known color: Han Purple. HEX triplet: 5E, 2B and E9. RGB value is (94,43,233). Sum of RGB (Red+Green+Blue) = 94+43+233=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E2BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2BE9 is #A1D416. Grayscale: #4F4F4F. Windows color (decimal): -10605591 or 15280990. OLE color: 15280990.
HSL color Cylindrical-coordinate representation of color #5E2BE9: hue angle of 256.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2BE9 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 43 | 233 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.09 |
| HSL | 256.11º | 0.81% | 0.54% | - |
| HSV(B) | 256.11º | 0.82% | 0.91% | - |
| XYZ | 20.19 | 9.99 | 77.96 | - |
| YUV | 79.91 | 214.4 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 233 | 0.60 | 0.82 | 0 | 0.09 | 256.11 | 0.81 | 0.54 |
| Hex | 5E | 2B | E9 | 3C | 52 | 0 | 9 | 100 | 51 | 36 |
| Octal | 136 | 53 | 351 | 74 | 122 | 0 | 11 | 400 | 121 | 66 |
| Binary | 1011110 | 101011 | 11101001 | 111100 | 1010010 | 0 | 1001 | 100000000 | 1010001 | 110110 |
Color Harmonies of #5E2BE9
Complementary color
Monochromatic Colors of #5E2BE9
Black with #5E2BE9
Text Example
Text Example
White with #5E2BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BE9; }
p { color: rgb(94,43,233); }
H1.HeaderClassName
{
color: #5E2BE9;
}
.AnyTagClassName
{
color: #5E2BE9;
}
</style>
background-color css
<style>
a { background-color: #5E2BE9; }
a { background-color: rgb(94,43,233); }
div.DivClassName
{
background-color: #5E2BE9;
}
.BgClassName
{
background-color: #5E2BE9;
}
</style>
border-color css
<style>
span { border-color: #5E2BE9; }
span { border-color: rgb(94,43,233); }
td.TdClassName
{
border-color: #5E2BE9;
}
.TagClassName
{
border-color: #5E2BE9;
}
</style>