Shades of Han Purple #4E2DEE
Tints of Han Purple #4E2DEE
RGB
CMYK
RGB Variations
Color information
#4E2DEE (or 0x4E2DEE) is known color: Han Purple. HEX triplet: 4E, 2D and EE. RGB value is (78,45,238). Sum of RGB (Red+Green+Blue) = 78+45+238=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #4E2DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2DEE is #B1D211. Grayscale: #4C4C4C. Windows color (decimal): -11653650 or 15609166. OLE color: 15609166.
HSL color Cylindrical-coordinate representation of color #4E2DEE: hue angle of 250.26º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2DEE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 45 | 238 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.07 |
| HSL | 250.26º | 0.85% | 0.55% | - |
| HSV(B) | 250.26º | 0.81% | 0.93% | - |
| XYZ | 19.51 | 9.67 | 81.73 | - |
| YUV | 76.87 | 218.93 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 238 | 0.67 | 0.81 | 0 | 0.07 | 250.26 | 0.85 | 0.55 |
| Hex | 4E | 2D | EE | 43 | 51 | 0 | 7 | FA | 55 | 37 |
| Octal | 116 | 55 | 356 | 103 | 121 | 0 | 7 | 372 | 125 | 67 |
| Binary | 1001110 | 101101 | 11101110 | 1000011 | 1010001 | 0 | 111 | 11111010 | 1010101 | 110111 |
Color Harmonies of #4E2DEE
Complementary color
Monochromatic Colors of #4E2DEE
Black with #4E2DEE
Text Example
Text Example
White with #4E2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DEE; }
p { color: rgb(78,45,238); }
H1.HeaderClassName
{
color: #4E2DEE;
}
.AnyTagClassName
{
color: #4E2DEE;
}
</style>
background-color css
<style>
a { background-color: #4E2DEE; }
a { background-color: rgb(78,45,238); }
div.DivClassName
{
background-color: #4E2DEE;
}
.BgClassName
{
background-color: #4E2DEE;
}
</style>
border-color css
<style>
span { border-color: #4E2DEE; }
span { border-color: rgb(78,45,238); }
td.TdClassName
{
border-color: #4E2DEE;
}
.TagClassName
{
border-color: #4E2DEE;
}
</style>