Shades of Han Purple #5E13EA
Tints of Han Purple #5E13EA
RGB
CMYK
RGB Variations
Color information
#5E13EA (or 0x5E13EA) is known color: Han Purple. HEX triplet: 5E, 13 and EA. RGB value is (94,19,234). Sum of RGB (Red+Green+Blue) = 94+19+234=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E13EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E13EA is #A1EC15. Grayscale: #414141. Windows color (decimal): -10611734 or 15340382. OLE color: 15340382.
HSL color Cylindrical-coordinate representation of color #5E13EA: hue angle of 260.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E13EA is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 19 | 234 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.08 |
| HSL | 260.93º | 0.85% | 0.5% | - |
| HSV(B) | 260.93º | 0.92% | 0.92% | - |
| XYZ | 19.7 | 8.79 | 78.5 | - |
| YUV | 65.94 | 222.85 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 234 | 0.60 | 0.92 | 0 | 0.08 | 260.93 | 0.85 | 0.5 |
| Hex | 5E | 13 | EA | 3C | 5C | 0 | 8 | 105 | 55 | 32 |
| Octal | 136 | 23 | 352 | 74 | 134 | 0 | 10 | 405 | 125 | 62 |
| Binary | 1011110 | 10011 | 11101010 | 111100 | 1011100 | 0 | 1000 | 100000101 | 1010101 | 110010 |
Color Harmonies of #5E13EA
Complementary color
Monochromatic Colors of #5E13EA
Black with #5E13EA
Text Example
Text Example
White with #5E13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E13EA; }
p { color: rgb(94,19,234); }
H1.HeaderClassName
{
color: #5E13EA;
}
.AnyTagClassName
{
color: #5E13EA;
}
</style>
background-color css
<style>
a { background-color: #5E13EA; }
a { background-color: rgb(94,19,234); }
div.DivClassName
{
background-color: #5E13EA;
}
.BgClassName
{
background-color: #5E13EA;
}
</style>
border-color css
<style>
span { border-color: #5E13EA; }
span { border-color: rgb(94,19,234); }
td.TdClassName
{
border-color: #5E13EA;
}
.TagClassName
{
border-color: #5E13EA;
}
</style>