Shades of Hot Purple #4E2957
Tints of Hot Purple #4E2957
RGB
CMYK
RGB Variations
Color information
#4E2957 (or 0x4E2957) is known color: Hot Purple. HEX triplet: 4E, 29 and 57. RGB value is (78,41,87). Sum of RGB (Red+Green+Blue) = 78+41+87=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E2957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2957 is #B1D6A8. Grayscale: #393939. Windows color (decimal): -11654825 or 5712206. OLE color: 5712206.
HSL color Cylindrical-coordinate representation of color #4E2957: hue angle of 288.26º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E2957 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 41 | 87 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.66 |
| HSL | 288.26º | 0.36% | 0.25% | - |
| HSV(B) | 288.26º | 0.53% | 0.34% | - |
| XYZ | 5.66 | 3.89 | 9.47 | - |
| YUV | 57.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 87 | 0.10 | 0.53 | 0 | 0.66 | 288.26 | 0.36 | 0.25 |
| Hex | 4E | 29 | 57 | A | 35 | 0 | 42 | 120 | 24 | 19 |
| Octal | 116 | 51 | 127 | 12 | 65 | 0 | 102 | 440 | 44 | 31 |
| Binary | 1001110 | 101001 | 1010111 | 1010 | 110101 | 0 | 1000010 | 100100000 | 100100 | 11001 |
Color Harmonies of #4E2957
Complementary color
Monochromatic Colors of #4E2957
Black with #4E2957
Text Example
Text Example
White with #4E2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2957; }
p { color: rgb(78,41,87); }
H1.HeaderClassName
{
color: #4E2957;
}
.AnyTagClassName
{
color: #4E2957;
}
</style>
background-color css
<style>
a { background-color: #4E2957; }
a { background-color: rgb(78,41,87); }
div.DivClassName
{
background-color: #4E2957;
}
.BgClassName
{
background-color: #4E2957;
}
</style>
border-color css
<style>
span { border-color: #4E2957; }
span { border-color: rgb(78,41,87); }
td.TdClassName
{
border-color: #4E2957;
}
.TagClassName
{
border-color: #4E2957;
}
</style>