Shades of Hot Purple #4C124D
Tints of Hot Purple #4C124D
RGB
CMYK
RGB Variations
Color information
#4C124D (or 0x4C124D) is known color: Hot Purple. HEX triplet: 4C, 12 and 4D. RGB value is (76,18,77). Sum of RGB (Red+Green+Blue) = 76+18+77=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C124D is #B3EDB2. Grayscale: #292929. Windows color (decimal): -11791795 or 5050956. OLE color: 5050956.
HSL color Cylindrical-coordinate representation of color #4C124D: hue angle of 298.98º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C124D is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 77 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.70 |
| HSL | 298.98º | 0.62% | 0.19% | - |
| HSV(B) | 298.98º | 0.77% | 0.3% | - |
| XYZ | 4.54 | 2.5 | 7.27 | - |
| YUV | 42.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 77 | 0.01 | 0.77 | 0 | 0.70 | 298.98 | 0.62 | 0.19 |
| Hex | 4C | 12 | 4D | 1 | 4D | 0 | 46 | 12B | 3E | 13 |
| Octal | 114 | 22 | 115 | 1 | 115 | 0 | 106 | 453 | 76 | 23 |
| Binary | 1001100 | 10010 | 1001101 | 1 | 1001101 | 0 | 1000110 | 100101011 | 111110 | 10011 |
Color Harmonies of #4C124D
Complementary color
Monochromatic Colors of #4C124D
Black with #4C124D
Text Example
Text Example
White with #4C124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C124D; }
p { color: rgb(76,18,77); }
H1.HeaderClassName
{
color: #4C124D;
}
.AnyTagClassName
{
color: #4C124D;
}
</style>
background-color css
<style>
a { background-color: #4C124D; }
a { background-color: rgb(76,18,77); }
div.DivClassName
{
background-color: #4C124D;
}
.BgClassName
{
background-color: #4C124D;
}
</style>
border-color css
<style>
span { border-color: #4C124D; }
span { border-color: rgb(76,18,77); }
td.TdClassName
{
border-color: #4C124D;
}
.TagClassName
{
border-color: #4C124D;
}
</style>