Shades of Hot Purple #4C124B
Tints of Hot Purple #4C124B
RGB
CMYK
RGB Variations
Color information
#4C124B (or 0x4C124B) is known color: Hot Purple. HEX triplet: 4C, 12 and 4B. RGB value is (76,18,75). Sum of RGB (Red+Green+Blue) = 76+18+75=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C124B is #B3EDB4. Grayscale: #292929. Windows color (decimal): -11791797 or 4919884. OLE color: 4919884.
HSL color Cylindrical-coordinate representation of color #4C124B: hue angle of 301.03º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C124B is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 75 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.70 |
| HSL | 301.03º | 0.62% | 0.18% | - |
| HSV(B) | 301.03º | 0.76% | 0.3% | - |
| XYZ | 4.47 | 2.48 | 6.9 | - |
| YUV | 41.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 75 | 0 | 0.76 | 0.01 | 0.70 | 301.03 | 0.62 | 0.18 |
| Hex | 4C | 12 | 4B | 0 | 4C | 1 | 46 | 12D | 3E | 12 |
| Octal | 114 | 22 | 113 | 0 | 114 | 1 | 106 | 455 | 76 | 22 |
| Binary | 1001100 | 10010 | 1001011 | 0 | 1001100 | 1 | 1000110 | 100101101 | 111110 | 10010 |
Color Harmonies of #4C124B
Complementary color
Monochromatic Colors of #4C124B
Black with #4C124B
Text Example
Text Example
White with #4C124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C124B; }
p { color: rgb(76,18,75); }
H1.HeaderClassName
{
color: #4C124B;
}
.AnyTagClassName
{
color: #4C124B;
}
</style>
background-color css
<style>
a { background-color: #4C124B; }
a { background-color: rgb(76,18,75); }
div.DivClassName
{
background-color: #4C124B;
}
.BgClassName
{
background-color: #4C124B;
}
</style>
border-color css
<style>
span { border-color: #4C124B; }
span { border-color: rgb(76,18,75); }
td.TdClassName
{
border-color: #4C124B;
}
.TagClassName
{
border-color: #4C124B;
}
</style>