Shades of Hot Purple #4E134F
Tints of Hot Purple #4E134F
RGB
CMYK
RGB Variations
Color information
#4E134F (or 0x4E134F) is known color: Hot Purple. HEX triplet: 4E, 13 and 4F. RGB value is (78,19,79). Sum of RGB (Red+Green+Blue) = 78+19+79=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #4E134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E134F is #B1ECB0. Grayscale: #2B2B2B. Windows color (decimal): -11660465 or 5182286. OLE color: 5182286.
HSL color Cylindrical-coordinate representation of color #4E134F: hue angle of 299º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E134F is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 79 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.69 |
| HSL | 299º | 0.61% | 0.19% | - |
| HSV(B) | 299º | 0.76% | 0.31% | - |
| XYZ | 4.79 | 2.65 | 7.66 | - |
| YUV | 43.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 79 | 0.01 | 0.76 | 0 | 0.69 | 299 | 0.61 | 0.19 |
| Hex | 4E | 13 | 4F | 1 | 4C | 0 | 45 | 12B | 3D | 13 |
| Octal | 116 | 23 | 117 | 1 | 114 | 0 | 105 | 453 | 75 | 23 |
| Binary | 1001110 | 10011 | 1001111 | 1 | 1001100 | 0 | 1000101 | 100101011 | 111101 | 10011 |
Color Harmonies of #4E134F
Complementary color
Monochromatic Colors of #4E134F
Black with #4E134F
Text Example
Text Example
White with #4E134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E134F; }
p { color: rgb(78,19,79); }
H1.HeaderClassName
{
color: #4E134F;
}
.AnyTagClassName
{
color: #4E134F;
}
</style>
background-color css
<style>
a { background-color: #4E134F; }
a { background-color: rgb(78,19,79); }
div.DivClassName
{
background-color: #4E134F;
}
.BgClassName
{
background-color: #4E134F;
}
</style>
border-color css
<style>
span { border-color: #4E134F; }
span { border-color: rgb(78,19,79); }
td.TdClassName
{
border-color: #4E134F;
}
.TagClassName
{
border-color: #4E134F;
}
</style>