Shades of Hot Purple #4E194F
Tints of Hot Purple #4E194F
RGB
CMYK
RGB Variations
Color information
#4E194F (or 0x4E194F) is known color: Hot Purple. HEX triplet: 4E, 19 and 4F. RGB value is (78,25,79). Sum of RGB (Red+Green+Blue) = 78+25+79=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #4E194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E194F is #B1E6B0. Grayscale: #2E2E2E. Windows color (decimal): -11658929 or 5183822. OLE color: 5183822.
HSL color Cylindrical-coordinate representation of color #4E194F: hue angle of 298.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E194F is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 79 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.69 |
| HSL | 298.89º | 0.52% | 0.2% | - |
| HSV(B) | 298.89º | 0.68% | 0.31% | - |
| XYZ | 4.9 | 2.88 | 7.69 | - |
| YUV | 47 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 79 | 0.01 | 0.68 | 0 | 0.69 | 298.89 | 0.52 | 0.2 |
| Hex | 4E | 19 | 4F | 1 | 44 | 0 | 45 | 12B | 34 | 14 |
| Octal | 116 | 31 | 117 | 1 | 104 | 0 | 105 | 453 | 64 | 24 |
| Binary | 1001110 | 11001 | 1001111 | 1 | 1000100 | 0 | 1000101 | 100101011 | 110100 | 10100 |
Color Harmonies of #4E194F
Complementary color
Monochromatic Colors of #4E194F
Black with #4E194F
Text Example
Text Example
White with #4E194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E194F; }
p { color: rgb(78,25,79); }
H1.HeaderClassName
{
color: #4E194F;
}
.AnyTagClassName
{
color: #4E194F;
}
</style>
background-color css
<style>
a { background-color: #4E194F; }
a { background-color: rgb(78,25,79); }
div.DivClassName
{
background-color: #4E194F;
}
.BgClassName
{
background-color: #4E194F;
}
</style>
border-color css
<style>
span { border-color: #4E194F; }
span { border-color: rgb(78,25,79); }
td.TdClassName
{
border-color: #4E194F;
}
.TagClassName
{
border-color: #4E194F;
}
</style>