Shades of Hot Purple #4C164F
Tints of Hot Purple #4C164F
RGB
CMYK
RGB Variations
Color information
#4C164F (or 0x4C164F) is known color: Hot Purple. HEX triplet: 4C, 16 and 4F. RGB value is (76,22,79). Sum of RGB (Red+Green+Blue) = 76+22+79=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C164F is #B3E9B0. Grayscale: #2C2C2C. Windows color (decimal): -11790769 or 5183052. OLE color: 5183052.
HSL color Cylindrical-coordinate representation of color #4C164F: hue angle of 296.84º 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 #4C164F is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 22 | 79 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.69 |
| HSL | 296.84º | 0.56% | 0.2% | - |
| HSV(B) | 296.84º | 0.72% | 0.31% | - |
| XYZ | 4.68 | 2.67 | 7.67 | - |
| YUV | 44.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 79 | 0.04 | 0.72 | 0 | 0.69 | 296.84 | 0.56 | 0.2 |
| Hex | 4C | 16 | 4F | 4 | 48 | 0 | 45 | 129 | 38 | 14 |
| Octal | 114 | 26 | 117 | 4 | 110 | 0 | 105 | 451 | 70 | 24 |
| Binary | 1001100 | 10110 | 1001111 | 100 | 1001000 | 0 | 1000101 | 100101001 | 111000 | 10100 |
Color Harmonies of #4C164F
Complementary color
Monochromatic Colors of #4C164F
Black with #4C164F
Text Example
Text Example
White with #4C164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C164F; }
p { color: rgb(76,22,79); }
H1.HeaderClassName
{
color: #4C164F;
}
.AnyTagClassName
{
color: #4C164F;
}
</style>
background-color css
<style>
a { background-color: #4C164F; }
a { background-color: rgb(76,22,79); }
div.DivClassName
{
background-color: #4C164F;
}
.BgClassName
{
background-color: #4C164F;
}
</style>
border-color css
<style>
span { border-color: #4C164F; }
span { border-color: rgb(76,22,79); }
td.TdClassName
{
border-color: #4C164F;
}
.TagClassName
{
border-color: #4C164F;
}
</style>