Shades of Han Purple #4E1DEE
Tints of Han Purple #4E1DEE
RGB
CMYK
RGB Variations
Color information
#4E1DEE (or 0x4E1DEE) is known color: Han Purple. HEX triplet: 4E, 1D and EE. RGB value is (78,29,238). Sum of RGB (Red+Green+Blue) = 78+29+238=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #4E1DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1DEE is #B1E211. Grayscale: #424242. Windows color (decimal): -11657746 or 15605070. OLE color: 15605070.
HSL color Cylindrical-coordinate representation of color #4E1DEE: hue angle of 254.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1DEE is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 29 | 238 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.07 |
| HSL | 254.07º | 0.86% | 0.52% | - |
| HSV(B) | 254.07º | 0.88% | 0.93% | - |
| XYZ | 19.01 | 8.67 | 81.56 | - |
| YUV | 67.48 | 224.23 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 238 | 0.67 | 0.88 | 0 | 0.07 | 254.07 | 0.86 | 0.52 |
| Hex | 4E | 1D | EE | 43 | 58 | 0 | 7 | FE | 56 | 34 |
| Octal | 116 | 35 | 356 | 103 | 130 | 0 | 7 | 376 | 126 | 64 |
| Binary | 1001110 | 11101 | 11101110 | 1000011 | 1011000 | 0 | 111 | 11111110 | 1010110 | 110100 |
Color Harmonies of #4E1DEE
Complementary color
Monochromatic Colors of #4E1DEE
Black with #4E1DEE
Text Example
Text Example
White with #4E1DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1DEE; }
p { color: rgb(78,29,238); }
H1.HeaderClassName
{
color: #4E1DEE;
}
.AnyTagClassName
{
color: #4E1DEE;
}
</style>
background-color css
<style>
a { background-color: #4E1DEE; }
a { background-color: rgb(78,29,238); }
div.DivClassName
{
background-color: #4E1DEE;
}
.BgClassName
{
background-color: #4E1DEE;
}
</style>
border-color css
<style>
span { border-color: #4E1DEE; }
span { border-color: rgb(78,29,238); }
td.TdClassName
{
border-color: #4E1DEE;
}
.TagClassName
{
border-color: #4E1DEE;
}
</style>