Shades of Han Purple #5E19EB
Tints of Han Purple #5E19EB
RGB
CMYK
RGB Variations
Color information
#5E19EB (or 0x5E19EB) is known color: Han Purple. HEX triplet: 5E, 19 and EB. RGB value is (94,25,235). Sum of RGB (Red+Green+Blue) = 94+25+235=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E19EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E19EB is #A1E614. Grayscale: #444444. Windows color (decimal): -10610197 or 15407454. OLE color: 15407454.
HSL color Cylindrical-coordinate representation of color #5E19EB: hue angle of 259.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E19EB is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 25 | 235 | - |
| CMYK | 0.6 | 0.89 | 0 | 0.08 |
| HSL | 259.71º | 0.84% | 0.51% | - |
| HSV(B) | 259.71º | 0.89% | 0.92% | - |
| XYZ | 19.96 | 9.07 | 79.3 | - |
| YUV | 69.57 | 221.36 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 235 | 0.6 | 0.89 | 0 | 0.08 | 259.71 | 0.84 | 0.51 |
| Hex | 5E | 19 | EB | 3C | 59 | 0 | 8 | 104 | 54 | 33 |
| Octal | 136 | 31 | 353 | 74 | 131 | 0 | 10 | 404 | 124 | 63 |
| Binary | 1011110 | 11001 | 11101011 | 111100 | 1011001 | 0 | 1000 | 100000100 | 1010100 | 110011 |
Color Harmonies of #5E19EB
Complementary color
Monochromatic Colors of #5E19EB
Black with #5E19EB
Text Example
Text Example
White with #5E19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E19EB; }
p { color: rgb(94,25,235); }
H1.HeaderClassName
{
color: #5E19EB;
}
.AnyTagClassName
{
color: #5E19EB;
}
</style>
background-color css
<style>
a { background-color: #5E19EB; }
a { background-color: rgb(94,25,235); }
div.DivClassName
{
background-color: #5E19EB;
}
.BgClassName
{
background-color: #5E19EB;
}
</style>
border-color css
<style>
span { border-color: #5E19EB; }
span { border-color: rgb(94,25,235); }
td.TdClassName
{
border-color: #5E19EB;
}
.TagClassName
{
border-color: #5E19EB;
}
</style>