Shades of Han Purple #5E10FF
Tints of Han Purple #5E10FF
RGB
CMYK
RGB Variations
Color information
#5E10FF (or 0x5E10FF) is known color: Han Purple. HEX triplet: 5E, 10 and FF. RGB value is (94,16,255). Sum of RGB (Red+Green+Blue) = 94+16+255=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E10FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E10FF is #A1EF00. Grayscale: #414141. Windows color (decimal): -10612481 or 16715870. OLE color: 16715870.
HSL color Cylindrical-coordinate representation of color #5E10FF: hue angle of 259.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E10FF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 16 | 255 | - |
| CMYK | 0.63 | 0.94 | 0 | 0 |
| HSL | 259.58º | 1% | 0.53% | - |
| HSV(B) | 259.58º | 0.94% | 1% | - |
| XYZ | 22.85 | 9.97 | 95.33 | - |
| YUV | 66.57 | 234.34 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 255 | 0.63 | 0.94 | 0 | 0 | 259.58 | 1 | 0.53 |
| Hex | 5E | 10 | FF | 3F | 5E | 0 | 0 | 104 | 64 | 35 |
| Octal | 136 | 20 | 377 | 77 | 136 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1011110 | 10000 | 11111111 | 111111 | 1011110 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #5E10FF
Complementary color
Monochromatic Colors of #5E10FF
Black with #5E10FF
Text Example
Text Example
White with #5E10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E10FF; }
p { color: rgb(94,16,255); }
H1.HeaderClassName
{
color: #5E10FF;
}
.AnyTagClassName
{
color: #5E10FF;
}
</style>
background-color css
<style>
a { background-color: #5E10FF; }
a { background-color: rgb(94,16,255); }
div.DivClassName
{
background-color: #5E10FF;
}
.BgClassName
{
background-color: #5E10FF;
}
</style>
border-color css
<style>
span { border-color: #5E10FF; }
span { border-color: rgb(94,16,255); }
td.TdClassName
{
border-color: #5E10FF;
}
.TagClassName
{
border-color: #5E10FF;
}
</style>