Shades of Han Purple #5E38EA
Tints of Han Purple #5E38EA
RGB
CMYK
RGB Variations
Color information
#5E38EA (or 0x5E38EA) is known color: Han Purple. HEX triplet: 5E, 38 and EA. RGB value is (94,56,234). Sum of RGB (Red+Green+Blue) = 94+56+234=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E38EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E38EA is #A1C715. Grayscale: #565656. Windows color (decimal): -10602262 or 15349854. OLE color: 15349854.
HSL color Cylindrical-coordinate representation of color #5E38EA: hue angle of 252.81º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E38EA is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 56 | 234 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.08 |
| HSL | 252.81º | 0.81% | 0.57% | - |
| HSV(B) | 252.81º | 0.76% | 0.92% | - |
| XYZ | 20.88 | 11.15 | 78.89 | - |
| YUV | 87.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 234 | 0.60 | 0.76 | 0 | 0.08 | 252.81 | 0.81 | 0.57 |
| Hex | 5E | 38 | EA | 3C | 4C | 0 | 8 | FD | 51 | 39 |
| Octal | 136 | 70 | 352 | 74 | 114 | 0 | 10 | 375 | 121 | 71 |
| Binary | 1011110 | 111000 | 11101010 | 111100 | 1001100 | 0 | 1000 | 11111101 | 1010001 | 111001 |
Color Harmonies of #5E38EA
Complementary color
Monochromatic Colors of #5E38EA
Black with #5E38EA
Text Example
Text Example
White with #5E38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E38EA; }
p { color: rgb(94,56,234); }
H1.HeaderClassName
{
color: #5E38EA;
}
.AnyTagClassName
{
color: #5E38EA;
}
</style>
background-color css
<style>
a { background-color: #5E38EA; }
a { background-color: rgb(94,56,234); }
div.DivClassName
{
background-color: #5E38EA;
}
.BgClassName
{
background-color: #5E38EA;
}
</style>
border-color css
<style>
span { border-color: #5E38EA; }
span { border-color: rgb(94,56,234); }
td.TdClassName
{
border-color: #5E38EA;
}
.TagClassName
{
border-color: #5E38EA;
}
</style>