Shades of Hot Purple #4C1049
Tints of Hot Purple #4C1049
RGB
CMYK
RGB Variations
Color information
#4C1049 (or 0x4C1049) is known color: Hot Purple. HEX triplet: 4C, 10 and 49. RGB value is (76,16,73). Sum of RGB (Red+Green+Blue) = 76+16+73=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1049 is #B3EFB6. Grayscale: #282828. Windows color (decimal): -11792311 or 4788300. OLE color: 4788300.
HSL color Cylindrical-coordinate representation of color #4C1049: hue angle of 303º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1049 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 16 | 73 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.70 |
| HSL | 303º | 0.65% | 0.18% | - |
| HSV(B) | 303º | 0.79% | 0.3% | - |
| XYZ | 4.37 | 2.39 | 6.53 | - |
| YUV | 40.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 73 | 0 | 0.79 | 0.04 | 0.70 | 303 | 0.65 | 0.18 |
| Hex | 4C | 10 | 49 | 0 | 4F | 4 | 46 | 12F | 41 | 12 |
| Octal | 114 | 20 | 111 | 0 | 117 | 4 | 106 | 457 | 101 | 22 |
| Binary | 1001100 | 10000 | 1001001 | 0 | 1001111 | 100 | 1000110 | 100101111 | 1000001 | 10010 |
Color Harmonies of #4C1049
Complementary color
Monochromatic Colors of #4C1049
Black with #4C1049
Text Example
Text Example
White with #4C1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1049; }
p { color: rgb(76,16,73); }
H1.HeaderClassName
{
color: #4C1049;
}
.AnyTagClassName
{
color: #4C1049;
}
</style>
background-color css
<style>
a { background-color: #4C1049; }
a { background-color: rgb(76,16,73); }
div.DivClassName
{
background-color: #4C1049;
}
.BgClassName
{
background-color: #4C1049;
}
</style>
border-color css
<style>
span { border-color: #4C1049; }
span { border-color: rgb(76,16,73); }
td.TdClassName
{
border-color: #4C1049;
}
.TagClassName
{
border-color: #4C1049;
}
</style>