Shades of Han Purple #4E2AFE
Tints of Han Purple #4E2AFE
RGB
CMYK
RGB Variations
Color information
#4E2AFE (or 0x4E2AFE) is known color: Han Purple. HEX triplet: 4E, 2A and FE. RGB value is (78,42,254). Sum of RGB (Red+Green+Blue) = 78+42+254=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E2AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2AFE is #B1D501. Grayscale: #4C4C4C. Windows color (decimal): -11654402 or 16656974. OLE color: 16656974.
HSL color Cylindrical-coordinate representation of color #4E2AFE: hue angle of 250.19º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E2AFE is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 42 | 254 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.00 |
| HSL | 250.19º | 0.99% | 0.58% | - |
| HSV(B) | 250.19º | 0.83% | 1% | - |
| XYZ | 21.86 | 10.43 | 94.63 | - |
| YUV | 76.93 | 227.93 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 254 | 0.69 | 0.83 | 0 | 0.00 | 250.19 | 0.99 | 0.58 |
| Hex | 4E | 2A | FE | 45 | 53 | 0 | 0 | FA | 63 | 3A |
| Octal | 116 | 52 | 376 | 105 | 123 | 0 | 0 | 372 | 143 | 72 |
| Binary | 1001110 | 101010 | 11111110 | 1000101 | 1010011 | 0 | 0 | 11111010 | 1100011 | 111010 |
Color Harmonies of #4E2AFE
Complementary color
Monochromatic Colors of #4E2AFE
Black with #4E2AFE
Text Example
Text Example
White with #4E2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2AFE; }
p { color: rgb(78,42,254); }
H1.HeaderClassName
{
color: #4E2AFE;
}
.AnyTagClassName
{
color: #4E2AFE;
}
</style>
background-color css
<style>
a { background-color: #4E2AFE; }
a { background-color: rgb(78,42,254); }
div.DivClassName
{
background-color: #4E2AFE;
}
.BgClassName
{
background-color: #4E2AFE;
}
</style>
border-color css
<style>
span { border-color: #4E2AFE; }
span { border-color: rgb(78,42,254); }
td.TdClassName
{
border-color: #4E2AFE;
}
.TagClassName
{
border-color: #4E2AFE;
}
</style>