Shades of Han Purple #5E1AEF
Tints of Han Purple #5E1AEF
RGB
CMYK
RGB Variations
Color information
#5E1AEF (or 0x5E1AEF) is known color: Han Purple. HEX triplet: 5E, 1A and EF. RGB value is (94,26,239). Sum of RGB (Red+Green+Blue) = 94+26+239=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E1AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1AEF is #A1E510. Grayscale: #454545. Windows color (decimal): -10609937 or 15669854. OLE color: 15669854.
HSL color Cylindrical-coordinate representation of color #5E1AEF: hue angle of 259.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E1AEF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 26 | 239 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.06 |
| HSL | 259.15º | 0.87% | 0.52% | - |
| HSV(B) | 259.15º | 0.89% | 0.94% | - |
| XYZ | 20.57 | 9.35 | 82.38 | - |
| YUV | 70.61 | 223.03 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 26 | 239 | 0.61 | 0.89 | 0 | 0.06 | 259.15 | 0.87 | 0.52 |
| Hex | 5E | 1A | EF | 3D | 59 | 0 | 6 | 103 | 57 | 34 |
| Octal | 136 | 32 | 357 | 75 | 131 | 0 | 6 | 403 | 127 | 64 |
| Binary | 1011110 | 11010 | 11101111 | 111101 | 1011001 | 0 | 110 | 100000011 | 1010111 | 110100 |
Color Harmonies of #5E1AEF
Complementary color
Monochromatic Colors of #5E1AEF
Black with #5E1AEF
Text Example
Text Example
White with #5E1AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1AEF; }
p { color: rgb(94,26,239); }
H1.HeaderClassName
{
color: #5E1AEF;
}
.AnyTagClassName
{
color: #5E1AEF;
}
</style>
background-color css
<style>
a { background-color: #5E1AEF; }
a { background-color: rgb(94,26,239); }
div.DivClassName
{
background-color: #5E1AEF;
}
.BgClassName
{
background-color: #5E1AEF;
}
</style>
border-color css
<style>
span { border-color: #5E1AEF; }
span { border-color: rgb(94,26,239); }
td.TdClassName
{
border-color: #5E1AEF;
}
.TagClassName
{
border-color: #5E1AEF;
}
</style>