Shades of Hot Purple #4E2857
Tints of Hot Purple #4E2857
RGB
CMYK
RGB Variations
Color information
#4E2857 (or 0x4E2857) is known color: Hot Purple. HEX triplet: 4E, 28 and 57. RGB value is (78,40,87). Sum of RGB (Red+Green+Blue) = 78+40+87=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2857 is #B1D7A8. Grayscale: #383838. Windows color (decimal): -11655081 or 5711950. OLE color: 5711950.
HSL color Cylindrical-coordinate representation of color #4E2857: hue angle of 288.51º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2857 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 40 | 87 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.66 |
| HSL | 288.51º | 0.37% | 0.25% | - |
| HSV(B) | 288.51º | 0.54% | 0.34% | - |
| XYZ | 5.62 | 3.83 | 9.46 | - |
| YUV | 56.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 87 | 0.10 | 0.54 | 0 | 0.66 | 288.51 | 0.37 | 0.25 |
| Hex | 4E | 28 | 57 | A | 36 | 0 | 42 | 121 | 25 | 19 |
| Octal | 116 | 50 | 127 | 12 | 66 | 0 | 102 | 441 | 45 | 31 |
| Binary | 1001110 | 101000 | 1010111 | 1010 | 110110 | 0 | 1000010 | 100100001 | 100101 | 11001 |
Color Harmonies of #4E2857
Complementary color
Monochromatic Colors of #4E2857
Black with #4E2857
Text Example
Text Example
White with #4E2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2857; }
p { color: rgb(78,40,87); }
H1.HeaderClassName
{
color: #4E2857;
}
.AnyTagClassName
{
color: #4E2857;
}
</style>
background-color css
<style>
a { background-color: #4E2857; }
a { background-color: rgb(78,40,87); }
div.DivClassName
{
background-color: #4E2857;
}
.BgClassName
{
background-color: #4E2857;
}
</style>
border-color css
<style>
span { border-color: #4E2857; }
span { border-color: rgb(78,40,87); }
td.TdClassName
{
border-color: #4E2857;
}
.TagClassName
{
border-color: #4E2857;
}
</style>