Shades of Hot Purple #4E1D57
Tints of Hot Purple #4E1D57
RGB
CMYK
RGB Variations
Color information
#4E1D57 (or 0x4E1D57) is known color: Hot Purple. HEX triplet: 4E, 1D and 57. RGB value is (78,29,87). Sum of RGB (Red+Green+Blue) = 78+29+87=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E1D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1D57 is #B1E2A8. Grayscale: #323232. Windows color (decimal): -11657897 or 5709134. OLE color: 5709134.
HSL color Cylindrical-coordinate representation of color #4E1D57: hue angle of 290.69º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1D57 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 29 | 87 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.66 |
| HSL | 290.69º | 0.5% | 0.23% | - |
| HSV(B) | 290.69º | 0.67% | 0.34% | - |
| XYZ | 5.3 | 3.19 | 9.35 | - |
| YUV | 50.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 87 | 0.10 | 0.67 | 0 | 0.66 | 290.69 | 0.5 | 0.23 |
| Hex | 4E | 1D | 57 | A | 43 | 0 | 42 | 123 | 32 | 17 |
| Octal | 116 | 35 | 127 | 12 | 103 | 0 | 102 | 443 | 62 | 27 |
| Binary | 1001110 | 11101 | 1010111 | 1010 | 1000011 | 0 | 1000010 | 100100011 | 110010 | 10111 |
Color Harmonies of #4E1D57
Complementary color
Monochromatic Colors of #4E1D57
Black with #4E1D57
Text Example
Text Example
White with #4E1D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D57; }
p { color: rgb(78,29,87); }
H1.HeaderClassName
{
color: #4E1D57;
}
.AnyTagClassName
{
color: #4E1D57;
}
</style>
background-color css
<style>
a { background-color: #4E1D57; }
a { background-color: rgb(78,29,87); }
div.DivClassName
{
background-color: #4E1D57;
}
.BgClassName
{
background-color: #4E1D57;
}
</style>
border-color css
<style>
span { border-color: #4E1D57; }
span { border-color: rgb(78,29,87); }
td.TdClassName
{
border-color: #4E1D57;
}
.TagClassName
{
border-color: #4E1D57;
}
</style>