Shades of Han Purple #4E2AFF
Tints of Han Purple #4E2AFF
RGB
CMYK
RGB Variations
Color information
#4E2AFF (or 0x4E2AFF) is known color: Han Purple. HEX triplet: 4E, 2A and FF. RGB value is (78,42,255). Sum of RGB (Red+Green+Blue) = 78+42+255=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E2AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2AFF is #B1D500. Grayscale: #4C4C4C. Windows color (decimal): -11654401 or 16722510. OLE color: 16722510.
HSL color Cylindrical-coordinate representation of color #4E2AFF: hue angle of 250.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E2AFF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 42 | 255 | - |
| CMYK | 0.69 | 0.84 | 0 | 0 |
| HSL | 250.14º | 1% | 0.58% | - |
| HSV(B) | 250.14º | 0.84% | 1% | - |
| XYZ | 22.02 | 10.5 | 95.47 | - |
| YUV | 77.05 | 228.43 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 255 | 0.69 | 0.84 | 0 | 0 | 250.14 | 1 | 0.58 |
| Hex | 4E | 2A | FF | 45 | 54 | 0 | 0 | FA | 64 | 3A |
| Octal | 116 | 52 | 377 | 105 | 124 | 0 | 0 | 372 | 144 | 72 |
| Binary | 1001110 | 101010 | 11111111 | 1000101 | 1010100 | 0 | 0 | 11111010 | 1100100 | 111010 |
Color Harmonies of #4E2AFF
Complementary color
Monochromatic Colors of #4E2AFF
Black with #4E2AFF
Text Example
Text Example
White with #4E2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2AFF; }
p { color: rgb(78,42,255); }
H1.HeaderClassName
{
color: #4E2AFF;
}
.AnyTagClassName
{
color: #4E2AFF;
}
</style>
background-color css
<style>
a { background-color: #4E2AFF; }
a { background-color: rgb(78,42,255); }
div.DivClassName
{
background-color: #4E2AFF;
}
.BgClassName
{
background-color: #4E2AFF;
}
</style>
border-color css
<style>
span { border-color: #4E2AFF; }
span { border-color: rgb(78,42,255); }
td.TdClassName
{
border-color: #4E2AFF;
}
.TagClassName
{
border-color: #4E2AFF;
}
</style>