Shades of Hot Purple #4E084D
Tints of Hot Purple #4E084D
RGB
CMYK
RGB Variations
Color information
#4E084D (or 0x4E084D) is known color: Hot Purple. HEX triplet: 4E, 08 and 4D. RGB value is (78,8,77). Sum of RGB (Red+Green+Blue) = 78+8+77=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E084D is #B1F7B2. Grayscale: #242424. Windows color (decimal): -11663283 or 5048398. OLE color: 5048398.
HSL color Cylindrical-coordinate representation of color #4E084D: hue angle of 300.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E084D is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 8 | 77 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.69 |
| HSL | 300.86º | 0.81% | 0.17% | - |
| HSV(B) | 300.86º | 0.9% | 0.31% | - |
| XYZ | 4.57 | 2.33 | 7.23 | - |
| YUV | 36.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 77 | 0 | 0.90 | 0.01 | 0.69 | 300.86 | 0.81 | 0.17 |
| Hex | 4E | 8 | 4D | 0 | 5A | 1 | 45 | 12D | 51 | 11 |
| Octal | 116 | 10 | 115 | 0 | 132 | 1 | 105 | 455 | 121 | 21 |
| Binary | 1001110 | 1000 | 1001101 | 0 | 1011010 | 1 | 1000101 | 100101101 | 1010001 | 10001 |
Color Harmonies of #4E084D
Complementary color
Monochromatic Colors of #4E084D
Black with #4E084D
Text Example
Text Example
White with #4E084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E084D; }
p { color: rgb(78,8,77); }
H1.HeaderClassName
{
color: #4E084D;
}
.AnyTagClassName
{
color: #4E084D;
}
</style>
background-color css
<style>
a { background-color: #4E084D; }
a { background-color: rgb(78,8,77); }
div.DivClassName
{
background-color: #4E084D;
}
.BgClassName
{
background-color: #4E084D;
}
</style>
border-color css
<style>
span { border-color: #4E084D; }
span { border-color: rgb(78,8,77); }
td.TdClassName
{
border-color: #4E084D;
}
.TagClassName
{
border-color: #4E084D;
}
</style>