Shades of Hot Purple #4E204D
Tints of Hot Purple #4E204D
RGB
CMYK
RGB Variations
Color information
#4E204D (or 0x4E204D) is known color: Hot Purple. HEX triplet: 4E, 20 and 4D. RGB value is (78,32,77). Sum of RGB (Red+Green+Blue) = 78+32+77=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E204D is #B1DFB2. Grayscale: #323232. Windows color (decimal): -11657139 or 5054542. OLE color: 5054542.
HSL color Cylindrical-coordinate representation of color #4E204D: hue angle of 301.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E204D is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 77 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.69 |
| HSL | 301.3º | 0.42% | 0.22% | - |
| HSV(B) | 301.3º | 0.59% | 0.31% | - |
| XYZ | 5 | 3.19 | 7.37 | - |
| YUV | 50.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 77 | 0 | 0.59 | 0.01 | 0.69 | 301.3 | 0.42 | 0.22 |
| Hex | 4E | 20 | 4D | 0 | 3B | 1 | 45 | 12D | 2A | 16 |
| Octal | 116 | 40 | 115 | 0 | 73 | 1 | 105 | 455 | 52 | 26 |
| Binary | 1001110 | 100000 | 1001101 | 0 | 111011 | 1 | 1000101 | 100101101 | 101010 | 10110 |
Color Harmonies of #4E204D
Complementary color
Monochromatic Colors of #4E204D
Black with #4E204D
Text Example
Text Example
White with #4E204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E204D; }
p { color: rgb(78,32,77); }
H1.HeaderClassName
{
color: #4E204D;
}
.AnyTagClassName
{
color: #4E204D;
}
</style>
background-color css
<style>
a { background-color: #4E204D; }
a { background-color: rgb(78,32,77); }
div.DivClassName
{
background-color: #4E204D;
}
.BgClassName
{
background-color: #4E204D;
}
</style>
border-color css
<style>
span { border-color: #4E204D; }
span { border-color: rgb(78,32,77); }
td.TdClassName
{
border-color: #4E204D;
}
.TagClassName
{
border-color: #4E204D;
}
</style>