Shades of Han Purple #5E24FF
Tints of Han Purple #5E24FF
RGB
CMYK
RGB Variations
Color information
#5E24FF (or 0x5E24FF) is known color: Han Purple. HEX triplet: 5E, 24 and FF. RGB value is (94,36,255). Sum of RGB (Red+Green+Blue) = 94+36+255=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E24FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E24FF is #A1DB00. Grayscale: #4D4D4D. Windows color (decimal): -10607361 or 16720990. OLE color: 16720990.
HSL color Cylindrical-coordinate representation of color #5E24FF: hue angle of 255.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E24FF is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 36 | 255 | - |
| CMYK | 0.63 | 0.86 | 0 | 0 |
| HSL | 255.89º | 1% | 0.57% | - |
| HSV(B) | 255.89º | 0.86% | 1% | - |
| XYZ | 23.3 | 10.86 | 95.48 | - |
| YUV | 78.31 | 227.72 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 255 | 0.63 | 0.86 | 0 | 0 | 255.89 | 1 | 0.57 |
| Hex | 5E | 24 | FF | 3F | 56 | 0 | 0 | 100 | 64 | 39 |
| Octal | 136 | 44 | 377 | 77 | 126 | 0 | 0 | 400 | 144 | 71 |
| Binary | 1011110 | 100100 | 11111111 | 111111 | 1010110 | 0 | 0 | 100000000 | 1100100 | 111001 |
Color Harmonies of #5E24FF
Complementary color
Monochromatic Colors of #5E24FF
Black with #5E24FF
Text Example
Text Example
White with #5E24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24FF; }
p { color: rgb(94,36,255); }
H1.HeaderClassName
{
color: #5E24FF;
}
.AnyTagClassName
{
color: #5E24FF;
}
</style>
background-color css
<style>
a { background-color: #5E24FF; }
a { background-color: rgb(94,36,255); }
div.DivClassName
{
background-color: #5E24FF;
}
.BgClassName
{
background-color: #5E24FF;
}
</style>
border-color css
<style>
span { border-color: #5E24FF; }
span { border-color: rgb(94,36,255); }
td.TdClassName
{
border-color: #5E24FF;
}
.TagClassName
{
border-color: #5E24FF;
}
</style>