Shades of Hot Purple #4E1049
Tints of Hot Purple #4E1049
RGB
CMYK
RGB Variations
Color information
#4E1049 (or 0x4E1049) is known color: Hot Purple. HEX triplet: 4E, 10 and 49. RGB value is (78,16,73). Sum of RGB (Red+Green+Blue) = 78+16+73=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1049 is #B1EFB6. Grayscale: #282828. Windows color (decimal): -11661239 or 4788302. OLE color: 4788302.
HSL color Cylindrical-coordinate representation of color #4E1049: hue angle of 304.84º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1049 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 73 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.69 |
| HSL | 304.84º | 0.66% | 0.18% | - |
| HSV(B) | 304.84º | 0.79% | 0.31% | - |
| XYZ | 4.53 | 2.47 | 6.54 | - |
| YUV | 41.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 73 | 0 | 0.79 | 0.06 | 0.69 | 304.84 | 0.66 | 0.18 |
| Hex | 4E | 10 | 49 | 0 | 4F | 6 | 45 | 131 | 42 | 12 |
| Octal | 116 | 20 | 111 | 0 | 117 | 6 | 105 | 461 | 102 | 22 |
| Binary | 1001110 | 10000 | 1001001 | 0 | 1001111 | 110 | 1000101 | 100110001 | 1000010 | 10010 |
Color Harmonies of #4E1049
Complementary color
Monochromatic Colors of #4E1049
Black with #4E1049
Text Example
Text Example
White with #4E1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1049; }
p { color: rgb(78,16,73); }
H1.HeaderClassName
{
color: #4E1049;
}
.AnyTagClassName
{
color: #4E1049;
}
</style>
background-color css
<style>
a { background-color: #4E1049; }
a { background-color: rgb(78,16,73); }
div.DivClassName
{
background-color: #4E1049;
}
.BgClassName
{
background-color: #4E1049;
}
</style>
border-color css
<style>
span { border-color: #4E1049; }
span { border-color: rgb(78,16,73); }
td.TdClassName
{
border-color: #4E1049;
}
.TagClassName
{
border-color: #4E1049;
}
</style>