Shades of Hot Purple #4E134C
Tints of Hot Purple #4E134C
RGB
CMYK
RGB Variations
Color information
#4E134C (or 0x4E134C) is known color: Hot Purple. HEX triplet: 4E, 13 and 4C. RGB value is (78,19,76). Sum of RGB (Red+Green+Blue) = 78+19+76=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E134C is #B1ECB3. Grayscale: #2A2A2A. Windows color (decimal): -11660468 or 4985678. OLE color: 4985678.
HSL color Cylindrical-coordinate representation of color #4E134C: hue angle of 302.03º 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 #4E134C is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 76 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.69 |
| HSL | 302.03º | 0.61% | 0.19% | - |
| HSV(B) | 302.03º | 0.76% | 0.31% | - |
| XYZ | 4.68 | 2.61 | 7.09 | - |
| YUV | 43.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 76 | 0 | 0.76 | 0.03 | 0.69 | 302.03 | 0.61 | 0.19 |
| Hex | 4E | 13 | 4C | 0 | 4C | 3 | 45 | 12E | 3D | 13 |
| Octal | 116 | 23 | 114 | 0 | 114 | 3 | 105 | 456 | 75 | 23 |
| Binary | 1001110 | 10011 | 1001100 | 0 | 1001100 | 11 | 1000101 | 100101110 | 111101 | 10011 |
Color Harmonies of #4E134C
Complementary color
Monochromatic Colors of #4E134C
Black with #4E134C
Text Example
Text Example
White with #4E134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E134C; }
p { color: rgb(78,19,76); }
H1.HeaderClassName
{
color: #4E134C;
}
.AnyTagClassName
{
color: #4E134C;
}
</style>
background-color css
<style>
a { background-color: #4E134C; }
a { background-color: rgb(78,19,76); }
div.DivClassName
{
background-color: #4E134C;
}
.BgClassName
{
background-color: #4E134C;
}
</style>
border-color css
<style>
span { border-color: #4E134C; }
span { border-color: rgb(78,19,76); }
td.TdClassName
{
border-color: #4E134C;
}
.TagClassName
{
border-color: #4E134C;
}
</style>