Shades of Hot Purple #4D164C
Tints of Hot Purple #4D164C
RGB
CMYK
RGB Variations
Color information
#4D164C (or 0x4D164C) is known color: Hot Purple. HEX triplet: 4D, 16 and 4C. RGB value is (77,22,76). Sum of RGB (Red+Green+Blue) = 77+22+76=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D164C is #B2E9B3. Grayscale: #2C2C2C. Windows color (decimal): -11725236 or 4986445. OLE color: 4986445.
HSL color Cylindrical-coordinate representation of color #4D164C: hue angle of 301.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D164C is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 76 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.70 |
| HSL | 301.09º | 0.56% | 0.19% | - |
| HSV(B) | 301.09º | 0.71% | 0.3% | - |
| XYZ | 4.65 | 2.67 | 7.11 | - |
| YUV | 44.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 76 | 0 | 0.71 | 0.01 | 0.70 | 301.09 | 0.56 | 0.19 |
| Hex | 4D | 16 | 4C | 0 | 47 | 1 | 46 | 12D | 38 | 13 |
| Octal | 115 | 26 | 114 | 0 | 107 | 1 | 106 | 455 | 70 | 23 |
| Binary | 1001101 | 10110 | 1001100 | 0 | 1000111 | 1 | 1000110 | 100101101 | 111000 | 10011 |
Color Harmonies of #4D164C
Complementary color
Monochromatic Colors of #4D164C
Black with #4D164C
Text Example
Text Example
White with #4D164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D164C; }
p { color: rgb(77,22,76); }
H1.HeaderClassName
{
color: #4D164C;
}
.AnyTagClassName
{
color: #4D164C;
}
</style>
background-color css
<style>
a { background-color: #4D164C; }
a { background-color: rgb(77,22,76); }
div.DivClassName
{
background-color: #4D164C;
}
.BgClassName
{
background-color: #4D164C;
}
</style>
border-color css
<style>
span { border-color: #4D164C; }
span { border-color: rgb(77,22,76); }
td.TdClassName
{
border-color: #4D164C;
}
.TagClassName
{
border-color: #4D164C;
}
</style>