Shades of Han Purple #4E2EDD
Tints of Han Purple #4E2EDD
RGB
CMYK
RGB Variations
Color information
#4E2EDD (or 0x4E2EDD) is known color: Han Purple. HEX triplet: 4E, 2E and DD. RGB value is (78,46,221). Sum of RGB (Red+Green+Blue) = 78+46+221=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2EDD is #B1D122. Grayscale: #4A4A4A. Windows color (decimal): -11653411 or 14495310. OLE color: 14495310.
HSL color Cylindrical-coordinate representation of color #4E2EDD: hue angle of 250.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E2EDD is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 46 | 221 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.13 |
| HSL | 250.97º | 0.72% | 0.52% | - |
| HSV(B) | 250.97º | 0.79% | 0.87% | - |
| XYZ | 17.17 | 8.79 | 69.2 | - |
| YUV | 75.52 | 210.1 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 221 | 0.65 | 0.79 | 0 | 0.13 | 250.97 | 0.72 | 0.52 |
| Hex | 4E | 2E | DD | 41 | 4F | 0 | D | FB | 48 | 34 |
| Octal | 116 | 56 | 335 | 101 | 117 | 0 | 15 | 373 | 110 | 64 |
| Binary | 1001110 | 101110 | 11011101 | 1000001 | 1001111 | 0 | 1101 | 11111011 | 1001000 | 110100 |
Color Harmonies of #4E2EDD
Complementary color
Monochromatic Colors of #4E2EDD
Black with #4E2EDD
Text Example
Text Example
White with #4E2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2EDD; }
p { color: rgb(78,46,221); }
H1.HeaderClassName
{
color: #4E2EDD;
}
.AnyTagClassName
{
color: #4E2EDD;
}
</style>
background-color css
<style>
a { background-color: #4E2EDD; }
a { background-color: rgb(78,46,221); }
div.DivClassName
{
background-color: #4E2EDD;
}
.BgClassName
{
background-color: #4E2EDD;
}
</style>
border-color css
<style>
span { border-color: #4E2EDD; }
span { border-color: rgb(78,46,221); }
td.TdClassName
{
border-color: #4E2EDD;
}
.TagClassName
{
border-color: #4E2EDD;
}
</style>