Shades of Han Purple #5E1CFF
Tints of Han Purple #5E1CFF
RGB
CMYK
RGB Variations
Color information
#5E1CFF (or 0x5E1CFF) is known color: Han Purple. HEX triplet: 5E, 1C and FF. RGB value is (94,28,255). Sum of RGB (Red+Green+Blue) = 94+28+255=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1CFF is #A1E300. Grayscale: #484848. Windows color (decimal): -10609409 or 16718942. OLE color: 16718942.
HSL color Cylindrical-coordinate representation of color #5E1CFF: hue angle of 257.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E1CFF is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 28 | 255 | - |
| CMYK | 0.63 | 0.89 | 0 | 0 |
| HSL | 257.44º | 1% | 0.55% | - |
| HSV(B) | 257.44º | 0.89% | 1% | - |
| XYZ | 23.08 | 10.43 | 95.4 | - |
| YUV | 73.61 | 230.37 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 28 | 255 | 0.63 | 0.89 | 0 | 0 | 257.44 | 1 | 0.55 |
| Hex | 5E | 1C | FF | 3F | 59 | 0 | 0 | 101 | 64 | 37 |
| Octal | 136 | 34 | 377 | 77 | 131 | 0 | 0 | 401 | 144 | 67 |
| Binary | 1011110 | 11100 | 11111111 | 111111 | 1011001 | 0 | 0 | 100000001 | 1100100 | 110111 |
Color Harmonies of #5E1CFF
Complementary color
Monochromatic Colors of #5E1CFF
Black with #5E1CFF
Text Example
Text Example
White with #5E1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1CFF; }
p { color: rgb(94,28,255); }
H1.HeaderClassName
{
color: #5E1CFF;
}
.AnyTagClassName
{
color: #5E1CFF;
}
</style>
background-color css
<style>
a { background-color: #5E1CFF; }
a { background-color: rgb(94,28,255); }
div.DivClassName
{
background-color: #5E1CFF;
}
.BgClassName
{
background-color: #5E1CFF;
}
</style>
border-color css
<style>
span { border-color: #5E1CFF; }
span { border-color: rgb(94,28,255); }
td.TdClassName
{
border-color: #5E1CFF;
}
.TagClassName
{
border-color: #5E1CFF;
}
</style>