Shades of Han Purple #5E0FEA
Tints of Han Purple #5E0FEA
RGB
CMYK
RGB Variations
Color information
#5E0FEA (or 0x5E0FEA) is known color: Han Purple. HEX triplet: 5E, 0F and EA. RGB value is (94,15,234). Sum of RGB (Red+Green+Blue) = 94+15+234=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E0FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0FEA is #A1F015. Grayscale: #3E3E3E. Windows color (decimal): -10612758 or 15339358. OLE color: 15339358.
HSL color Cylindrical-coordinate representation of color #5E0FEA: hue angle of 261.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0FEA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 15 | 234 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.08 |
| HSL | 261.64º | 0.88% | 0.49% | - |
| HSV(B) | 261.64º | 0.94% | 0.92% | - |
| XYZ | 19.64 | 8.66 | 78.48 | - |
| YUV | 63.59 | 224.17 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 234 | 0.60 | 0.94 | 0 | 0.08 | 261.64 | 0.88 | 0.49 |
| Hex | 5E | F | EA | 3C | 5E | 0 | 8 | 106 | 58 | 31 |
| Octal | 136 | 17 | 352 | 74 | 136 | 0 | 10 | 406 | 130 | 61 |
| Binary | 1011110 | 1111 | 11101010 | 111100 | 1011110 | 0 | 1000 | 100000110 | 1011000 | 110001 |
Color Harmonies of #5E0FEA
Complementary color
Monochromatic Colors of #5E0FEA
Black with #5E0FEA
Text Example
Text Example
White with #5E0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0FEA; }
p { color: rgb(94,15,234); }
H1.HeaderClassName
{
color: #5E0FEA;
}
.AnyTagClassName
{
color: #5E0FEA;
}
</style>
background-color css
<style>
a { background-color: #5E0FEA; }
a { background-color: rgb(94,15,234); }
div.DivClassName
{
background-color: #5E0FEA;
}
.BgClassName
{
background-color: #5E0FEA;
}
</style>
border-color css
<style>
span { border-color: #5E0FEA; }
span { border-color: rgb(94,15,234); }
td.TdClassName
{
border-color: #5E0FEA;
}
.TagClassName
{
border-color: #5E0FEA;
}
</style>