Shades of Han Purple #5E24FB
Tints of Han Purple #5E24FB
RGB
CMYK
RGB Variations
Color information
#5E24FB (or 0x5E24FB) is known color: Han Purple. HEX triplet: 5E, 24 and FB. RGB value is (94,36,251). Sum of RGB (Red+Green+Blue) = 94+36+251=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E24FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E24FB is #A1DB04. Grayscale: #4D4D4D. Windows color (decimal): -10607365 or 16458846. OLE color: 16458846.
HSL color Cylindrical-coordinate representation of color #5E24FB: hue angle of 256.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E24FB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 36 | 251 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.02 |
| HSL | 256.19º | 0.96% | 0.56% | - |
| HSV(B) | 256.19º | 0.86% | 0.98% | - |
| XYZ | 22.66 | 10.61 | 92.12 | - |
| YUV | 77.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 251 | 0.63 | 0.86 | 0 | 0.02 | 256.19 | 0.96 | 0.56 |
| Hex | 5E | 24 | FB | 3F | 56 | 0 | 2 | 100 | 60 | 38 |
| Octal | 136 | 44 | 373 | 77 | 126 | 0 | 2 | 400 | 140 | 70 |
| Binary | 1011110 | 100100 | 11111011 | 111111 | 1010110 | 0 | 10 | 100000000 | 1100000 | 111000 |
Color Harmonies of #5E24FB
Complementary color
Monochromatic Colors of #5E24FB
Black with #5E24FB
Text Example
Text Example
White with #5E24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24FB; }
p { color: rgb(94,36,251); }
H1.HeaderClassName
{
color: #5E24FB;
}
.AnyTagClassName
{
color: #5E24FB;
}
</style>
background-color css
<style>
a { background-color: #5E24FB; }
a { background-color: rgb(94,36,251); }
div.DivClassName
{
background-color: #5E24FB;
}
.BgClassName
{
background-color: #5E24FB;
}
</style>
border-color css
<style>
span { border-color: #5E24FB; }
span { border-color: rgb(94,36,251); }
td.TdClassName
{
border-color: #5E24FB;
}
.TagClassName
{
border-color: #5E24FB;
}
</style>