Shades of Han Purple #5E24E3
Tints of Han Purple #5E24E3
RGB
CMYK
RGB Variations
Color information
#5E24E3 (or 0x5E24E3) is known color: Han Purple. HEX triplet: 5E, 24 and E3. RGB value is (94,36,227). Sum of RGB (Red+Green+Blue) = 94+36+227=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #5E24E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24E3 is #A1DB1C. Grayscale: #4A4A4A. Windows color (decimal): -10607389 or 14885982. OLE color: 14885982.
HSL color Cylindrical-coordinate representation of color #5E24E3: hue angle of 258.22º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E24E3 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 36 | 227 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.11 |
| HSL | 258.22º | 0.77% | 0.52% | - |
| HSV(B) | 258.22º | 0.84% | 0.89% | - |
| XYZ | 19.11 | 9.19 | 73.44 | - |
| YUV | 75.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 227 | 0.59 | 0.84 | 0 | 0.11 | 258.22 | 0.77 | 0.52 |
| Hex | 5E | 24 | E3 | 3B | 54 | 0 | B | 102 | 4D | 34 |
| Octal | 136 | 44 | 343 | 73 | 124 | 0 | 13 | 402 | 115 | 64 |
| Binary | 1011110 | 100100 | 11100011 | 111011 | 1010100 | 0 | 1011 | 100000010 | 1001101 | 110100 |
Color Harmonies of #5E24E3
Complementary color
Monochromatic Colors of #5E24E3
Black with #5E24E3
Text Example
Text Example
White with #5E24E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24E3; }
p { color: rgb(94,36,227); }
H1.HeaderClassName
{
color: #5E24E3;
}
.AnyTagClassName
{
color: #5E24E3;
}
</style>
background-color css
<style>
a { background-color: #5E24E3; }
a { background-color: rgb(94,36,227); }
div.DivClassName
{
background-color: #5E24E3;
}
.BgClassName
{
background-color: #5E24E3;
}
</style>
border-color css
<style>
span { border-color: #5E24E3; }
span { border-color: rgb(94,36,227); }
td.TdClassName
{
border-color: #5E24E3;
}
.TagClassName
{
border-color: #5E24E3;
}
</style>