Shades of Hot Purple #4E054C
Tints of Hot Purple #4E054C
RGB
CMYK
RGB Variations
Color information
#4E054C (or 0x4E054C) is known color: Hot Purple. HEX triplet: 4E, 05 and 4C. RGB value is (78,5,76). Sum of RGB (Red+Green+Blue) = 78+5+76=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E054C is #B1FAB3. Grayscale: #222222. Windows color (decimal): -11664052 or 4982094. OLE color: 4982094.
HSL color Cylindrical-coordinate representation of color #4E054C: hue angle of 301.64º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E054C is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 76 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.69 |
| HSL | 301.64º | 0.88% | 0.16% | - |
| HSV(B) | 301.64º | 0.94% | 0.31% | - |
| XYZ | 4.5 | 2.25 | 7.03 | - |
| YUV | 34.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 76 | 0 | 0.94 | 0.03 | 0.69 | 301.64 | 0.88 | 0.16 |
| Hex | 4E | 5 | 4C | 0 | 5E | 3 | 45 | 12E | 58 | 10 |
| Octal | 116 | 5 | 114 | 0 | 136 | 3 | 105 | 456 | 130 | 20 |
| Binary | 1001110 | 101 | 1001100 | 0 | 1011110 | 11 | 1000101 | 100101110 | 1011000 | 10000 |
Color Harmonies of #4E054C
Complementary color
Monochromatic Colors of #4E054C
Black with #4E054C
Text Example
Text Example
White with #4E054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E054C; }
p { color: rgb(78,5,76); }
H1.HeaderClassName
{
color: #4E054C;
}
.AnyTagClassName
{
color: #4E054C;
}
</style>
background-color css
<style>
a { background-color: #4E054C; }
a { background-color: rgb(78,5,76); }
div.DivClassName
{
background-color: #4E054C;
}
.BgClassName
{
background-color: #4E054C;
}
</style>
border-color css
<style>
span { border-color: #4E054C; }
span { border-color: rgb(78,5,76); }
td.TdClassName
{
border-color: #4E054C;
}
.TagClassName
{
border-color: #4E054C;
}
</style>