Shades of Han Purple #4E0EFB
Tints of Han Purple #4E0EFB
RGB
CMYK
RGB Variations
Color information
#4E0EFB (or 0x4E0EFB) is known color: Han Purple. HEX triplet: 4E, 0E and FB. RGB value is (78,14,251). Sum of RGB (Red+Green+Blue) = 78+14+251=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E0EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0EFB is #B1F104. Grayscale: #3B3B3B. Windows color (decimal): -11661573 or 16453198. OLE color: 16453198.
HSL color Cylindrical-coordinate representation of color #4E0EFB: hue angle of 256.2º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0EFB is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 14 | 251 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.02 |
| HSL | 256.2º | 0.97% | 0.52% | - |
| HSV(B) | 256.2º | 0.94% | 0.98% | - |
| XYZ | 20.71 | 8.9 | 91.89 | - |
| YUV | 60.15 | 235.7 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 251 | 0.69 | 0.94 | 0 | 0.02 | 256.2 | 0.97 | 0.52 |
| Hex | 4E | E | FB | 45 | 5E | 0 | 2 | 100 | 61 | 34 |
| Octal | 116 | 16 | 373 | 105 | 136 | 0 | 2 | 400 | 141 | 64 |
| Binary | 1001110 | 1110 | 11111011 | 1000101 | 1011110 | 0 | 10 | 100000000 | 1100001 | 110100 |
Color Harmonies of #4E0EFB
Complementary color
Monochromatic Colors of #4E0EFB
Black with #4E0EFB
Text Example
Text Example
White with #4E0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0EFB; }
p { color: rgb(78,14,251); }
H1.HeaderClassName
{
color: #4E0EFB;
}
.AnyTagClassName
{
color: #4E0EFB;
}
</style>
background-color css
<style>
a { background-color: #4E0EFB; }
a { background-color: rgb(78,14,251); }
div.DivClassName
{
background-color: #4E0EFB;
}
.BgClassName
{
background-color: #4E0EFB;
}
</style>
border-color css
<style>
span { border-color: #4E0EFB; }
span { border-color: rgb(78,14,251); }
td.TdClassName
{
border-color: #4E0EFB;
}
.TagClassName
{
border-color: #4E0EFB;
}
</style>