Shades of Han Purple #4E2BE7
Tints of Han Purple #4E2BE7
RGB
CMYK
RGB Variations
Color information
#4E2BE7 (or 0x4E2BE7) is known color: Han Purple. HEX triplet: 4E, 2B and E7. RGB value is (78,43,231). Sum of RGB (Red+Green+Blue) = 78+43+231=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 231 (90.62% from 255 or 65.62% from 352); Max value from RGB is 231 - color contains mainly: blue. Hex color #4E2BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2BE7 is #B1D418. Grayscale: #4A4A4A. Windows color (decimal): -11654169 or 15149902. OLE color: 15149902.
HSL color Cylindrical-coordinate representation of color #4E2BE7: hue angle of 251.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2BE7 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 43 | 231 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.09 |
| HSL | 251.17º | 0.8% | 0.54% | - |
| HSV(B) | 251.17º | 0.81% | 0.91% | - |
| XYZ | 18.43 | 9.12 | 76.39 | - |
| YUV | 74.9 | 216.1 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 231 | 0.66 | 0.81 | 0 | 0.09 | 251.17 | 0.8 | 0.54 |
| Hex | 4E | 2B | E7 | 42 | 51 | 0 | 9 | FB | 50 | 36 |
| Octal | 116 | 53 | 347 | 102 | 121 | 0 | 11 | 373 | 120 | 66 |
| Binary | 1001110 | 101011 | 11100111 | 1000010 | 1010001 | 0 | 1001 | 11111011 | 1010000 | 110110 |
Color Harmonies of #4E2BE7
Complementary color
Monochromatic Colors of #4E2BE7
Black with #4E2BE7
Text Example
Text Example
White with #4E2BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BE7; }
p { color: rgb(78,43,231); }
H1.HeaderClassName
{
color: #4E2BE7;
}
.AnyTagClassName
{
color: #4E2BE7;
}
</style>
background-color css
<style>
a { background-color: #4E2BE7; }
a { background-color: rgb(78,43,231); }
div.DivClassName
{
background-color: #4E2BE7;
}
.BgClassName
{
background-color: #4E2BE7;
}
</style>
border-color css
<style>
span { border-color: #4E2BE7; }
span { border-color: rgb(78,43,231); }
td.TdClassName
{
border-color: #4E2BE7;
}
.TagClassName
{
border-color: #4E2BE7;
}
</style>