Shades of Han Purple #5E18F6
Tints of Han Purple #5E18F6
RGB
CMYK
RGB Variations
Color information
#5E18F6 (or 0x5E18F6) is known color: Han Purple. HEX triplet: 5E, 18 and F6. RGB value is (94,24,246). Sum of RGB (Red+Green+Blue) = 94+24+246=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 246 (96.48% from 255 or 67.58% from 364); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E18F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E18F6 is #A1E709. Grayscale: #454545. Windows color (decimal): -10610442 or 16128094. OLE color: 16128094.
HSL color Cylindrical-coordinate representation of color #5E18F6: hue angle of 258.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E18F6 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 24 | 246 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.04 |
| HSL | 258.92º | 0.93% | 0.53% | - |
| HSV(B) | 258.92º | 0.9% | 0.96% | - |
| XYZ | 21.58 | 9.69 | 87.92 | - |
| YUV | 70.24 | 227.19 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 246 | 0.62 | 0.90 | 0 | 0.04 | 258.92 | 0.93 | 0.53 |
| Hex | 5E | 18 | F6 | 3E | 5A | 0 | 4 | 103 | 5C | 35 |
| Octal | 136 | 30 | 366 | 76 | 132 | 0 | 4 | 403 | 134 | 65 |
| Binary | 1011110 | 11000 | 11110110 | 111110 | 1011010 | 0 | 100 | 100000011 | 1011100 | 110101 |
Color Harmonies of #5E18F6
Complementary color
Monochromatic Colors of #5E18F6
Black with #5E18F6
Text Example
Text Example
White with #5E18F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E18F6; }
p { color: rgb(94,24,246); }
H1.HeaderClassName
{
color: #5E18F6;
}
.AnyTagClassName
{
color: #5E18F6;
}
</style>
background-color css
<style>
a { background-color: #5E18F6; }
a { background-color: rgb(94,24,246); }
div.DivClassName
{
background-color: #5E18F6;
}
.BgClassName
{
background-color: #5E18F6;
}
</style>
border-color css
<style>
span { border-color: #5E18F6; }
span { border-color: rgb(94,24,246); }
td.TdClassName
{
border-color: #5E18F6;
}
.TagClassName
{
border-color: #5E18F6;
}
</style>