Shades of Hot Purple #4E214D
Tints of Hot Purple #4E214D
RGB
CMYK
RGB Variations
Color information
#4E214D (or 0x4E214D) is known color: Hot Purple. HEX triplet: 4E, 21 and 4D. RGB value is (78,33,77). Sum of RGB (Red+Green+Blue) = 78+33+77=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E214D is #B1DEB2. Grayscale: #333333. Windows color (decimal): -11656883 or 5054798. OLE color: 5054798.
HSL color Cylindrical-coordinate representation of color #4E214D: hue angle of 301.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E214D is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 77 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.69 |
| HSL | 301.33º | 0.41% | 0.22% | - |
| HSV(B) | 301.33º | 0.58% | 0.31% | - |
| XYZ | 5.03 | 3.24 | 7.38 | - |
| YUV | 51.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 77 | 0 | 0.58 | 0.01 | 0.69 | 301.33 | 0.41 | 0.22 |
| Hex | 4E | 21 | 4D | 0 | 3A | 1 | 45 | 12D | 29 | 16 |
| Octal | 116 | 41 | 115 | 0 | 72 | 1 | 105 | 455 | 51 | 26 |
| Binary | 1001110 | 100001 | 1001101 | 0 | 111010 | 1 | 1000101 | 100101101 | 101001 | 10110 |
Color Harmonies of #4E214D
Complementary color
Monochromatic Colors of #4E214D
Black with #4E214D
Text Example
Text Example
White with #4E214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E214D; }
p { color: rgb(78,33,77); }
H1.HeaderClassName
{
color: #4E214D;
}
.AnyTagClassName
{
color: #4E214D;
}
</style>
background-color css
<style>
a { background-color: #4E214D; }
a { background-color: rgb(78,33,77); }
div.DivClassName
{
background-color: #4E214D;
}
.BgClassName
{
background-color: #4E214D;
}
</style>
border-color css
<style>
span { border-color: #4E214D; }
span { border-color: rgb(78,33,77); }
td.TdClassName
{
border-color: #4E214D;
}
.TagClassName
{
border-color: #4E214D;
}
</style>