Shades of Hot Purple #4E3151
Tints of Hot Purple #4E3151
RGB
CMYK
RGB Variations
Color information
#4E3151 (or 0x4E3151) is known color: Hot Purple. HEX triplet: 4E, 31 and 51. RGB value is (78,49,81). Sum of RGB (Red+Green+Blue) = 78+49+81=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E3151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3151 is #B1CEAE. Grayscale: #3D3D3D. Windows color (decimal): -11652783 or 5321038. OLE color: 5321038.
HSL color Cylindrical-coordinate representation of color #4E3151: hue angle of 294.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3151 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 49 | 81 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.68 |
| HSL | 294.38º | 0.25% | 0.25% | - |
| HSV(B) | 294.38º | 0.4% | 0.32% | - |
| XYZ | 5.73 | 4.41 | 8.33 | - |
| YUV | 61.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 81 | 0.04 | 0.40 | 0 | 0.68 | 294.38 | 0.25 | 0.25 |
| Hex | 4E | 31 | 51 | 4 | 28 | 0 | 44 | 126 | 19 | 19 |
| Octal | 116 | 61 | 121 | 4 | 50 | 0 | 104 | 446 | 31 | 31 |
| Binary | 1001110 | 110001 | 1010001 | 100 | 101000 | 0 | 1000100 | 100100110 | 11001 | 11001 |
Color Harmonies of #4E3151
Complementary color
Monochromatic Colors of #4E3151
Black with #4E3151
Text Example
Text Example
White with #4E3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3151; }
p { color: rgb(78,49,81); }
H1.HeaderClassName
{
color: #4E3151;
}
.AnyTagClassName
{
color: #4E3151;
}
</style>
background-color css
<style>
a { background-color: #4E3151; }
a { background-color: rgb(78,49,81); }
div.DivClassName
{
background-color: #4E3151;
}
.BgClassName
{
background-color: #4E3151;
}
</style>
border-color css
<style>
span { border-color: #4E3151; }
span { border-color: rgb(78,49,81); }
td.TdClassName
{
border-color: #4E3151;
}
.TagClassName
{
border-color: #4E3151;
}
</style>