Shades of Han Purple #4E2ADE
Tints of Han Purple #4E2ADE
RGB
CMYK
RGB Variations
Color information
#4E2ADE (or 0x4E2ADE) is known color: Han Purple. HEX triplet: 4E, 2A and DE. RGB value is (78,42,222). Sum of RGB (Red+Green+Blue) = 78+42+222=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E2ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ADE is #B1D521. Grayscale: #484848. Windows color (decimal): -11654434 or 14559822. OLE color: 14559822.
HSL color Cylindrical-coordinate representation of color #4E2ADE: hue angle of 252º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2ADE is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 42 | 222 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.13 |
| HSL | 252º | 0.73% | 0.52% | - |
| HSV(B) | 252º | 0.81% | 0.87% | - |
| XYZ | 17.15 | 8.55 | 69.85 | - |
| YUV | 73.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 222 | 0.65 | 0.81 | 0 | 0.13 | 252 | 0.73 | 0.52 |
| Hex | 4E | 2A | DE | 41 | 51 | 0 | D | FC | 49 | 34 |
| Octal | 116 | 52 | 336 | 101 | 121 | 0 | 15 | 374 | 111 | 64 |
| Binary | 1001110 | 101010 | 11011110 | 1000001 | 1010001 | 0 | 1101 | 11111100 | 1001001 | 110100 |
Color Harmonies of #4E2ADE
Complementary color
Monochromatic Colors of #4E2ADE
Black with #4E2ADE
Text Example
Text Example
White with #4E2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2ADE; }
p { color: rgb(78,42,222); }
H1.HeaderClassName
{
color: #4E2ADE;
}
.AnyTagClassName
{
color: #4E2ADE;
}
</style>
background-color css
<style>
a { background-color: #4E2ADE; }
a { background-color: rgb(78,42,222); }
div.DivClassName
{
background-color: #4E2ADE;
}
.BgClassName
{
background-color: #4E2ADE;
}
</style>
border-color css
<style>
span { border-color: #4E2ADE; }
span { border-color: rgb(78,42,222); }
td.TdClassName
{
border-color: #4E2ADE;
}
.TagClassName
{
border-color: #4E2ADE;
}
</style>