Shades of Han Purple #4E2DDE
Tints of Han Purple #4E2DDE
RGB
CMYK
RGB Variations
Color information
#4E2DDE (or 0x4E2DDE) is known color: Han Purple. HEX triplet: 4E, 2D and DE. RGB value is (78,45,222). Sum of RGB (Red+Green+Blue) = 78+45+222=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E2DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2DDE is #B1D221. Grayscale: #4A4A4A. Windows color (decimal): -11653666 or 14560590. OLE color: 14560590.
HSL color Cylindrical-coordinate representation of color #4E2DDE: hue angle of 251.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E2DDE is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 45 | 222 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.13 |
| HSL | 251.19º | 0.73% | 0.52% | - |
| HSV(B) | 251.19º | 0.8% | 0.87% | - |
| XYZ | 17.27 | 8.77 | 69.89 | - |
| YUV | 75.05 | 210.93 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 222 | 0.65 | 0.80 | 0 | 0.13 | 251.19 | 0.73 | 0.52 |
| Hex | 4E | 2D | DE | 41 | 50 | 0 | D | FB | 49 | 34 |
| Octal | 116 | 55 | 336 | 101 | 120 | 0 | 15 | 373 | 111 | 64 |
| Binary | 1001110 | 101101 | 11011110 | 1000001 | 1010000 | 0 | 1101 | 11111011 | 1001001 | 110100 |
Color Harmonies of #4E2DDE
Complementary color
Monochromatic Colors of #4E2DDE
Black with #4E2DDE
Text Example
Text Example
White with #4E2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DDE; }
p { color: rgb(78,45,222); }
H1.HeaderClassName
{
color: #4E2DDE;
}
.AnyTagClassName
{
color: #4E2DDE;
}
</style>
background-color css
<style>
a { background-color: #4E2DDE; }
a { background-color: rgb(78,45,222); }
div.DivClassName
{
background-color: #4E2DDE;
}
.BgClassName
{
background-color: #4E2DDE;
}
</style>
border-color css
<style>
span { border-color: #4E2DDE; }
span { border-color: rgb(78,45,222); }
td.TdClassName
{
border-color: #4E2DDE;
}
.TagClassName
{
border-color: #4E2DDE;
}
</style>