Shades of Hot Purple #4E164C
Tints of Hot Purple #4E164C
RGB
CMYK
RGB Variations
Color information
#4E164C (or 0x4E164C) is known color: Hot Purple. HEX triplet: 4E, 16 and 4C. RGB value is (78,22,76). Sum of RGB (Red+Green+Blue) = 78+22+76=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E164C is #B1E9B3. Grayscale: #2C2C2C. Windows color (decimal): -11659700 or 4986446. OLE color: 4986446.
HSL color Cylindrical-coordinate representation of color #4E164C: hue angle of 302.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E164C is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 76 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.69 |
| HSL | 302.14º | 0.56% | 0.2% | - |
| HSV(B) | 302.14º | 0.72% | 0.31% | - |
| XYZ | 4.73 | 2.72 | 7.11 | - |
| YUV | 44.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 76 | 0 | 0.72 | 0.03 | 0.69 | 302.14 | 0.56 | 0.2 |
| Hex | 4E | 16 | 4C | 0 | 48 | 3 | 45 | 12E | 38 | 14 |
| Octal | 116 | 26 | 114 | 0 | 110 | 3 | 105 | 456 | 70 | 24 |
| Binary | 1001110 | 10110 | 1001100 | 0 | 1001000 | 11 | 1000101 | 100101110 | 111000 | 10100 |
Color Harmonies of #4E164C
Complementary color
Monochromatic Colors of #4E164C
Black with #4E164C
Text Example
Text Example
White with #4E164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E164C; }
p { color: rgb(78,22,76); }
H1.HeaderClassName
{
color: #4E164C;
}
.AnyTagClassName
{
color: #4E164C;
}
</style>
background-color css
<style>
a { background-color: #4E164C; }
a { background-color: rgb(78,22,76); }
div.DivClassName
{
background-color: #4E164C;
}
.BgClassName
{
background-color: #4E164C;
}
</style>
border-color css
<style>
span { border-color: #4E164C; }
span { border-color: rgb(78,22,76); }
td.TdClassName
{
border-color: #4E164C;
}
.TagClassName
{
border-color: #4E164C;
}
</style>