Shades of Han Purple #4E1CFE
Tints of Han Purple #4E1CFE
RGB
CMYK
RGB Variations
Color information
#4E1CFE (or 0x4E1CFE) is known color: Han Purple. HEX triplet: 4E, 1C and FE. RGB value is (78,28,254). Sum of RGB (Red+Green+Blue) = 78+28+254=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1CFE is #B1E301. Grayscale: #434343. Windows color (decimal): -11657986 or 16653390. OLE color: 16653390.
HSL color Cylindrical-coordinate representation of color #4E1CFE: hue angle of 253.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E1CFE is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 28 | 254 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.00 |
| HSL | 253.27º | 0.99% | 0.55% | - |
| HSV(B) | 253.27º | 0.89% | 1% | - |
| XYZ | 21.45 | 9.61 | 94.49 | - |
| YUV | 68.71 | 232.57 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 254 | 0.69 | 0.89 | 0 | 0.00 | 253.27 | 0.99 | 0.55 |
| Hex | 4E | 1C | FE | 45 | 59 | 0 | 0 | FD | 63 | 37 |
| Octal | 116 | 34 | 376 | 105 | 131 | 0 | 0 | 375 | 143 | 67 |
| Binary | 1001110 | 11100 | 11111110 | 1000101 | 1011001 | 0 | 0 | 11111101 | 1100011 | 110111 |
Color Harmonies of #4E1CFE
Complementary color
Monochromatic Colors of #4E1CFE
Black with #4E1CFE
Text Example
Text Example
White with #4E1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1CFE; }
p { color: rgb(78,28,254); }
H1.HeaderClassName
{
color: #4E1CFE;
}
.AnyTagClassName
{
color: #4E1CFE;
}
</style>
background-color css
<style>
a { background-color: #4E1CFE; }
a { background-color: rgb(78,28,254); }
div.DivClassName
{
background-color: #4E1CFE;
}
.BgClassName
{
background-color: #4E1CFE;
}
</style>
border-color css
<style>
span { border-color: #4E1CFE; }
span { border-color: rgb(78,28,254); }
td.TdClassName
{
border-color: #4E1CFE;
}
.TagClassName
{
border-color: #4E1CFE;
}
</style>