Shades of Han Purple #4E2EFB
Tints of Han Purple #4E2EFB
RGB
CMYK
RGB Variations
Color information
#4E2EFB (or 0x4E2EFB) is known color: Han Purple. HEX triplet: 4E, 2E and FB. RGB value is (78,46,251). Sum of RGB (Red+Green+Blue) = 78+46+251=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E2EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2EFB is #B1D104. Grayscale: #4E4E4E. Windows color (decimal): -11653381 or 16461390. OLE color: 16461390.
HSL color Cylindrical-coordinate representation of color #4E2EFB: hue angle of 249.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E2EFB is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 46 | 251 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.02 |
| HSL | 249.37º | 0.96% | 0.58% | - |
| HSV(B) | 249.37º | 0.82% | 0.98% | - |
| XYZ | 21.53 | 10.54 | 92.17 | - |
| YUV | 78.94 | 225.1 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 251 | 0.69 | 0.82 | 0 | 0.02 | 249.37 | 0.96 | 0.58 |
| Hex | 4E | 2E | FB | 45 | 52 | 0 | 2 | F9 | 60 | 3A |
| Octal | 116 | 56 | 373 | 105 | 122 | 0 | 2 | 371 | 140 | 72 |
| Binary | 1001110 | 101110 | 11111011 | 1000101 | 1010010 | 0 | 10 | 11111001 | 1100000 | 111010 |
Color Harmonies of #4E2EFB
Complementary color
Monochromatic Colors of #4E2EFB
Black with #4E2EFB
Text Example
Text Example
White with #4E2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2EFB; }
p { color: rgb(78,46,251); }
H1.HeaderClassName
{
color: #4E2EFB;
}
.AnyTagClassName
{
color: #4E2EFB;
}
</style>
background-color css
<style>
a { background-color: #4E2EFB; }
a { background-color: rgb(78,46,251); }
div.DivClassName
{
background-color: #4E2EFB;
}
.BgClassName
{
background-color: #4E2EFB;
}
</style>
border-color css
<style>
span { border-color: #4E2EFB; }
span { border-color: rgb(78,46,251); }
td.TdClassName
{
border-color: #4E2EFB;
}
.TagClassName
{
border-color: #4E2EFB;
}
</style>