Shades of Han Purple #5E0DEA
Tints of Han Purple #5E0DEA
RGB
CMYK
RGB Variations
Color information
#5E0DEA (or 0x5E0DEA) is known color: Han Purple. HEX triplet: 5E, 0D and EA. RGB value is (94,13,234). Sum of RGB (Red+Green+Blue) = 94+13+234=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E0DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0DEA is #A1F215. Grayscale: #3D3D3D. Windows color (decimal): -10613270 or 15338846. OLE color: 15338846.
HSL color Cylindrical-coordinate representation of color #5E0DEA: hue angle of 261.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0DEA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 13 | 234 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.08 |
| HSL | 261.99º | 0.89% | 0.48% | - |
| HSV(B) | 261.99º | 0.94% | 0.92% | - |
| XYZ | 19.61 | 8.61 | 78.47 | - |
| YUV | 62.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 234 | 0.60 | 0.94 | 0 | 0.08 | 261.99 | 0.89 | 0.48 |
| Hex | 5E | D | EA | 3C | 5E | 0 | 8 | 106 | 59 | 30 |
| Octal | 136 | 15 | 352 | 74 | 136 | 0 | 10 | 406 | 131 | 60 |
| Binary | 1011110 | 1101 | 11101010 | 111100 | 1011110 | 0 | 1000 | 100000110 | 1011001 | 110000 |
Color Harmonies of #5E0DEA
Complementary color
Monochromatic Colors of #5E0DEA
Black with #5E0DEA
Text Example
Text Example
White with #5E0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0DEA; }
p { color: rgb(94,13,234); }
H1.HeaderClassName
{
color: #5E0DEA;
}
.AnyTagClassName
{
color: #5E0DEA;
}
</style>
background-color css
<style>
a { background-color: #5E0DEA; }
a { background-color: rgb(94,13,234); }
div.DivClassName
{
background-color: #5E0DEA;
}
.BgClassName
{
background-color: #5E0DEA;
}
</style>
border-color css
<style>
span { border-color: #5E0DEA; }
span { border-color: rgb(94,13,234); }
td.TdClassName
{
border-color: #5E0DEA;
}
.TagClassName
{
border-color: #5E0DEA;
}
</style>