Shades of Han Purple #4E1AFA
Tints of Han Purple #4E1AFA
RGB
CMYK
RGB Variations
Color information
#4E1AFA (or 0x4E1AFA) is known color: Han Purple. HEX triplet: 4E, 1A and FA. RGB value is (78,26,250). Sum of RGB (Red+Green+Blue) = 78+26+250=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E1AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1AFA is #B1E505. Grayscale: #424242. Windows color (decimal): -11658502 or 16390734. OLE color: 16390734.
HSL color Cylindrical-coordinate representation of color #4E1AFA: hue angle of 253.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E1AFA is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 26 | 250 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.02 |
| HSL | 253.93º | 0.96% | 0.54% | - |
| HSV(B) | 253.93º | 0.9% | 0.98% | - |
| XYZ | 20.77 | 9.26 | 91.14 | - |
| YUV | 67.08 | 231.23 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 250 | 0.69 | 0.90 | 0 | 0.02 | 253.93 | 0.96 | 0.54 |
| Hex | 4E | 1A | FA | 45 | 5A | 0 | 2 | FE | 60 | 36 |
| Octal | 116 | 32 | 372 | 105 | 132 | 0 | 2 | 376 | 140 | 66 |
| Binary | 1001110 | 11010 | 11111010 | 1000101 | 1011010 | 0 | 10 | 11111110 | 1100000 | 110110 |
Color Harmonies of #4E1AFA
Complementary color
Monochromatic Colors of #4E1AFA
Black with #4E1AFA
Text Example
Text Example
White with #4E1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1AFA; }
p { color: rgb(78,26,250); }
H1.HeaderClassName
{
color: #4E1AFA;
}
.AnyTagClassName
{
color: #4E1AFA;
}
</style>
background-color css
<style>
a { background-color: #4E1AFA; }
a { background-color: rgb(78,26,250); }
div.DivClassName
{
background-color: #4E1AFA;
}
.BgClassName
{
background-color: #4E1AFA;
}
</style>
border-color css
<style>
span { border-color: #4E1AFA; }
span { border-color: rgb(78,26,250); }
td.TdClassName
{
border-color: #4E1AFA;
}
.TagClassName
{
border-color: #4E1AFA;
}
</style>