Shades of Han Purple #5E2FED
Tints of Han Purple #5E2FED
RGB
CMYK
RGB Variations
Color information
#5E2FED (or 0x5E2FED) is known color: Han Purple. HEX triplet: 5E, 2F and ED. RGB value is (94,47,237). Sum of RGB (Red+Green+Blue) = 94+47+237=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E2FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2FED is #A1D012. Grayscale: #525252. Windows color (decimal): -10604563 or 15544158. OLE color: 15544158.
HSL color Cylindrical-coordinate representation of color #5E2FED: hue angle of 254.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2FED is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 47 | 237 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.07 |
| HSL | 254.84º | 0.84% | 0.56% | - |
| HSV(B) | 254.84º | 0.8% | 0.93% | - |
| XYZ | 20.92 | 10.53 | 81.05 | - |
| YUV | 82.71 | 215.07 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 237 | 0.60 | 0.80 | 0 | 0.07 | 254.84 | 0.84 | 0.56 |
| Hex | 5E | 2F | ED | 3C | 50 | 0 | 7 | FF | 54 | 38 |
| Octal | 136 | 57 | 355 | 74 | 120 | 0 | 7 | 377 | 124 | 70 |
| Binary | 1011110 | 101111 | 11101101 | 111100 | 1010000 | 0 | 111 | 11111111 | 1010100 | 111000 |
Color Harmonies of #5E2FED
Complementary color
Monochromatic Colors of #5E2FED
Black with #5E2FED
Text Example
Text Example
White with #5E2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2FED; }
p { color: rgb(94,47,237); }
H1.HeaderClassName
{
color: #5E2FED;
}
.AnyTagClassName
{
color: #5E2FED;
}
</style>
background-color css
<style>
a { background-color: #5E2FED; }
a { background-color: rgb(94,47,237); }
div.DivClassName
{
background-color: #5E2FED;
}
.BgClassName
{
background-color: #5E2FED;
}
</style>
border-color css
<style>
span { border-color: #5E2FED; }
span { border-color: rgb(94,47,237); }
td.TdClassName
{
border-color: #5E2FED;
}
.TagClassName
{
border-color: #5E2FED;
}
</style>