Shades of Han Purple #5E24EB
Tints of Han Purple #5E24EB
RGB
CMYK
RGB Variations
Color information
#5E24EB (or 0x5E24EB) is known color: Han Purple. HEX triplet: 5E, 24 and EB. RGB value is (94,36,235). Sum of RGB (Red+Green+Blue) = 94+36+235=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E24EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E24EB is #A1DB14. Grayscale: #4B4B4B. Windows color (decimal): -10607381 or 15410270. OLE color: 15410270.
HSL color Cylindrical-coordinate representation of color #5E24EB: hue angle of 257.49º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E24EB is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 36 | 235 | - |
| CMYK | 0.6 | 0.85 | 0 | 0.08 |
| HSL | 257.49º | 0.83% | 0.53% | - |
| HSV(B) | 257.49º | 0.85% | 0.92% | - |
| XYZ | 20.24 | 9.64 | 79.39 | - |
| YUV | 76.03 | 217.72 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 235 | 0.6 | 0.85 | 0 | 0.08 | 257.49 | 0.83 | 0.53 |
| Hex | 5E | 24 | EB | 3C | 55 | 0 | 8 | 101 | 53 | 35 |
| Octal | 136 | 44 | 353 | 74 | 125 | 0 | 10 | 401 | 123 | 65 |
| Binary | 1011110 | 100100 | 11101011 | 111100 | 1010101 | 0 | 1000 | 100000001 | 1010011 | 110101 |
Color Harmonies of #5E24EB
Complementary color
Monochromatic Colors of #5E24EB
Black with #5E24EB
Text Example
Text Example
White with #5E24EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24EB; }
p { color: rgb(94,36,235); }
H1.HeaderClassName
{
color: #5E24EB;
}
.AnyTagClassName
{
color: #5E24EB;
}
</style>
background-color css
<style>
a { background-color: #5E24EB; }
a { background-color: rgb(94,36,235); }
div.DivClassName
{
background-color: #5E24EB;
}
.BgClassName
{
background-color: #5E24EB;
}
</style>
border-color css
<style>
span { border-color: #5E24EB; }
span { border-color: rgb(94,36,235); }
td.TdClassName
{
border-color: #5E24EB;
}
.TagClassName
{
border-color: #5E24EB;
}
</style>