Shades of Han Purple #4E0DFE
Tints of Han Purple #4E0DFE
RGB
CMYK
RGB Variations
Color information
#4E0DFE (or 0x4E0DFE) is known color: Han Purple. HEX triplet: 4E, 0D and FE. RGB value is (78,13,254). Sum of RGB (Red+Green+Blue) = 78+13+254=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0DFE is #B1F201. Grayscale: #3B3B3B. Windows color (decimal): -11661826 or 16649550. OLE color: 16649550.
HSL color Cylindrical-coordinate representation of color #4E0DFE: hue angle of 256.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0DFE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 13 | 254 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.00 |
| HSL | 256.18º | 0.99% | 0.52% | - |
| HSV(B) | 256.18º | 0.95% | 1% | - |
| XYZ | 21.18 | 9.06 | 94.4 | - |
| YUV | 59.91 | 237.53 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 254 | 0.69 | 0.95 | 0 | 0.00 | 256.18 | 0.99 | 0.52 |
| Hex | 4E | D | FE | 45 | 5F | 0 | 0 | 100 | 63 | 34 |
| Octal | 116 | 15 | 376 | 105 | 137 | 0 | 0 | 400 | 143 | 64 |
| Binary | 1001110 | 1101 | 11111110 | 1000101 | 1011111 | 0 | 0 | 100000000 | 1100011 | 110100 |
Color Harmonies of #4E0DFE
Complementary color
Monochromatic Colors of #4E0DFE
Black with #4E0DFE
Text Example
Text Example
White with #4E0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0DFE; }
p { color: rgb(78,13,254); }
H1.HeaderClassName
{
color: #4E0DFE;
}
.AnyTagClassName
{
color: #4E0DFE;
}
</style>
background-color css
<style>
a { background-color: #4E0DFE; }
a { background-color: rgb(78,13,254); }
div.DivClassName
{
background-color: #4E0DFE;
}
.BgClassName
{
background-color: #4E0DFE;
}
</style>
border-color css
<style>
span { border-color: #4E0DFE; }
span { border-color: rgb(78,13,254); }
td.TdClassName
{
border-color: #4E0DFE;
}
.TagClassName
{
border-color: #4E0DFE;
}
</style>