Shades of Hot Purple #4E0E49
Tints of Hot Purple #4E0E49
RGB
CMYK
RGB Variations
Color information
#4E0E49 (or 0x4E0E49) is known color: Hot Purple. HEX triplet: 4E, 0E and 49. RGB value is (78,14,73). Sum of RGB (Red+Green+Blue) = 78+14+73=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E49 is #B1F1B6. Grayscale: #272727. Windows color (decimal): -11661751 or 4787790. OLE color: 4787790.
HSL color Cylindrical-coordinate representation of color #4E0E49: hue angle of 304.69º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E49 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 73 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.69 |
| HSL | 304.69º | 0.7% | 0.18% | - |
| HSV(B) | 304.69º | 0.82% | 0.31% | - |
| XYZ | 4.5 | 2.41 | 6.53 | - |
| YUV | 39.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 73 | 0 | 0.82 | 0.06 | 0.69 | 304.69 | 0.7 | 0.18 |
| Hex | 4E | E | 49 | 0 | 52 | 6 | 45 | 131 | 46 | 12 |
| Octal | 116 | 16 | 111 | 0 | 122 | 6 | 105 | 461 | 106 | 22 |
| Binary | 1001110 | 1110 | 1001001 | 0 | 1010010 | 110 | 1000101 | 100110001 | 1000110 | 10010 |
Color Harmonies of #4E0E49
Complementary color
Monochromatic Colors of #4E0E49
Black with #4E0E49
Text Example
Text Example
White with #4E0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E49; }
p { color: rgb(78,14,73); }
H1.HeaderClassName
{
color: #4E0E49;
}
.AnyTagClassName
{
color: #4E0E49;
}
</style>
background-color css
<style>
a { background-color: #4E0E49; }
a { background-color: rgb(78,14,73); }
div.DivClassName
{
background-color: #4E0E49;
}
.BgClassName
{
background-color: #4E0E49;
}
</style>
border-color css
<style>
span { border-color: #4E0E49; }
span { border-color: rgb(78,14,73); }
td.TdClassName
{
border-color: #4E0E49;
}
.TagClassName
{
border-color: #4E0E49;
}
</style>