Shades of Hot Purple #4E154C
Tints of Hot Purple #4E154C
RGB
CMYK
RGB Variations
Color information
#4E154C (or 0x4E154C) is known color: Hot Purple. HEX triplet: 4E, 15 and 4C. RGB value is (78,21,76). Sum of RGB (Red+Green+Blue) = 78+21+76=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E154C is #B1EAB3. Grayscale: #2C2C2C. Windows color (decimal): -11659956 or 4986190. OLE color: 4986190.
HSL color Cylindrical-coordinate representation of color #4E154C: hue angle of 302.11º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E154C is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 76 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.69 |
| HSL | 302.11º | 0.58% | 0.19% | - |
| HSV(B) | 302.11º | 0.73% | 0.31% | - |
| XYZ | 4.71 | 2.68 | 7.11 | - |
| YUV | 44.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 76 | 0 | 0.73 | 0.03 | 0.69 | 302.11 | 0.58 | 0.19 |
| Hex | 4E | 15 | 4C | 0 | 49 | 3 | 45 | 12E | 3A | 13 |
| Octal | 116 | 25 | 114 | 0 | 111 | 3 | 105 | 456 | 72 | 23 |
| Binary | 1001110 | 10101 | 1001100 | 0 | 1001001 | 11 | 1000101 | 100101110 | 111010 | 10011 |
Color Harmonies of #4E154C
Complementary color
Monochromatic Colors of #4E154C
Black with #4E154C
Text Example
Text Example
White with #4E154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E154C; }
p { color: rgb(78,21,76); }
H1.HeaderClassName
{
color: #4E154C;
}
.AnyTagClassName
{
color: #4E154C;
}
</style>
background-color css
<style>
a { background-color: #4E154C; }
a { background-color: rgb(78,21,76); }
div.DivClassName
{
background-color: #4E154C;
}
.BgClassName
{
background-color: #4E154C;
}
</style>
border-color css
<style>
span { border-color: #4E154C; }
span { border-color: rgb(78,21,76); }
td.TdClassName
{
border-color: #4E154C;
}
.TagClassName
{
border-color: #4E154C;
}
</style>