Shades of Han Purple #4E0CE7
Tints of Han Purple #4E0CE7
RGB
CMYK
RGB Variations
Color information
#4E0CE7 (or 0x4E0CE7) is known color: Han Purple. HEX triplet: 4E, 0C and E7. RGB value is (78,12,231). Sum of RGB (Red+Green+Blue) = 78+12+231=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 231 (90.62% from 255 or 71.96% from 321); Max value from RGB is 231 - color contains mainly: blue. Hex color #4E0CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0CE7 is #B1F318. Grayscale: #373737. Windows color (decimal): -11662105 or 15141966. OLE color: 15141966.
HSL color Cylindrical-coordinate representation of color #4E0CE7: hue angle of 258.08º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0CE7 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 12 | 231 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.09 |
| HSL | 258.08º | 0.9% | 0.48% | - |
| HSV(B) | 258.08º | 0.95% | 0.91% | - |
| XYZ | 17.7 | 7.65 | 76.15 | - |
| YUV | 56.7 | 226.37 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 231 | 0.66 | 0.95 | 0 | 0.09 | 258.08 | 0.9 | 0.48 |
| Hex | 4E | C | E7 | 42 | 5F | 0 | 9 | 102 | 5A | 30 |
| Octal | 116 | 14 | 347 | 102 | 137 | 0 | 11 | 402 | 132 | 60 |
| Binary | 1001110 | 1100 | 11100111 | 1000010 | 1011111 | 0 | 1001 | 100000010 | 1011010 | 110000 |
Color Harmonies of #4E0CE7
Complementary color
Monochromatic Colors of #4E0CE7
Black with #4E0CE7
Text Example
Text Example
White with #4E0CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0CE7; }
p { color: rgb(78,12,231); }
H1.HeaderClassName
{
color: #4E0CE7;
}
.AnyTagClassName
{
color: #4E0CE7;
}
</style>
background-color css
<style>
a { background-color: #4E0CE7; }
a { background-color: rgb(78,12,231); }
div.DivClassName
{
background-color: #4E0CE7;
}
.BgClassName
{
background-color: #4E0CE7;
}
</style>
border-color css
<style>
span { border-color: #4E0CE7; }
span { border-color: rgb(78,12,231); }
td.TdClassName
{
border-color: #4E0CE7;
}
.TagClassName
{
border-color: #4E0CE7;
}
</style>