Shades of Hot Purple #4E0E5A
Tints of Hot Purple #4E0E5A
RGB
CMYK
RGB Variations
Color information
#4E0E5A (or 0x4E0E5A) is known color: Hot Purple. HEX triplet: 4E, 0E and 5A. RGB value is (78,14,90). Sum of RGB (Red+Green+Blue) = 78+14+90=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E0E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0E5A is #B1F1A5. Grayscale: #292929. Windows color (decimal): -11661734 or 5901902. OLE color: 5901902.
HSL color Cylindrical-coordinate representation of color #4E0E5A: hue angle of 290.53º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E0E5A is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 14 | 90 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.65 |
| HSL | 290.53º | 0.73% | 0.2% | - |
| HSV(B) | 290.53º | 0.84% | 0.35% | - |
| XYZ | 5.14 | 2.67 | 9.92 | - |
| YUV | 41.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 90 | 0.13 | 0.84 | 0 | 0.65 | 290.53 | 0.73 | 0.2 |
| Hex | 4E | E | 5A | D | 54 | 0 | 41 | 123 | 49 | 14 |
| Octal | 116 | 16 | 132 | 15 | 124 | 0 | 101 | 443 | 111 | 24 |
| Binary | 1001110 | 1110 | 1011010 | 1101 | 1010100 | 0 | 1000001 | 100100011 | 1001001 | 10100 |
Color Harmonies of #4E0E5A
Complementary color
Monochromatic Colors of #4E0E5A
Black with #4E0E5A
Text Example
Text Example
White with #4E0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E5A; }
p { color: rgb(78,14,90); }
H1.HeaderClassName
{
color: #4E0E5A;
}
.AnyTagClassName
{
color: #4E0E5A;
}
</style>
background-color css
<style>
a { background-color: #4E0E5A; }
a { background-color: rgb(78,14,90); }
div.DivClassName
{
background-color: #4E0E5A;
}
.BgClassName
{
background-color: #4E0E5A;
}
</style>
border-color css
<style>
span { border-color: #4E0E5A; }
span { border-color: rgb(78,14,90); }
td.TdClassName
{
border-color: #4E0E5A;
}
.TagClassName
{
border-color: #4E0E5A;
}
</style>