Shades of Han Purple #5E34EA
Tints of Han Purple #5E34EA
RGB
CMYK
RGB Variations
Color information
#5E34EA (or 0x5E34EA) is known color: Han Purple. HEX triplet: 5E, 34 and EA. RGB value is (94,52,234). Sum of RGB (Red+Green+Blue) = 94+52+234=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E34EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E34EA is #A1CB15. Grayscale: #545454. Windows color (decimal): -10603286 or 15348830. OLE color: 15348830.
HSL color Cylindrical-coordinate representation of color #5E34EA: hue angle of 253.85º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E34EA is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 52 | 234 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.08 |
| HSL | 253.85º | 0.81% | 0.56% | - |
| HSV(B) | 253.85º | 0.78% | 0.92% | - |
| XYZ | 20.7 | 10.78 | 78.83 | - |
| YUV | 85.31 | 211.91 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 234 | 0.60 | 0.78 | 0 | 0.08 | 253.85 | 0.81 | 0.56 |
| Hex | 5E | 34 | EA | 3C | 4E | 0 | 8 | FE | 51 | 38 |
| Octal | 136 | 64 | 352 | 74 | 116 | 0 | 10 | 376 | 121 | 70 |
| Binary | 1011110 | 110100 | 11101010 | 111100 | 1001110 | 0 | 1000 | 11111110 | 1010001 | 111000 |
Color Harmonies of #5E34EA
Complementary color
Monochromatic Colors of #5E34EA
Black with #5E34EA
Text Example
Text Example
White with #5E34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E34EA; }
p { color: rgb(94,52,234); }
H1.HeaderClassName
{
color: #5E34EA;
}
.AnyTagClassName
{
color: #5E34EA;
}
</style>
background-color css
<style>
a { background-color: #5E34EA; }
a { background-color: rgb(94,52,234); }
div.DivClassName
{
background-color: #5E34EA;
}
.BgClassName
{
background-color: #5E34EA;
}
</style>
border-color css
<style>
span { border-color: #5E34EA; }
span { border-color: rgb(94,52,234); }
td.TdClassName
{
border-color: #5E34EA;
}
.TagClassName
{
border-color: #5E34EA;
}
</style>