Shades of Hot Purple #4C1949
Tints of Hot Purple #4C1949
RGB
CMYK
RGB Variations
Color information
#4C1949 (or 0x4C1949) is known color: Hot Purple. HEX triplet: 4C, 19 and 49. RGB value is (76,25,73). Sum of RGB (Red+Green+Blue) = 76+25+73=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1949 is #B3E6B6. Grayscale: #2D2D2D. Windows color (decimal): -11790007 or 4790604. OLE color: 4790604.
HSL color Cylindrical-coordinate representation of color #4C1949: hue angle of 303.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1949 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 73 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.70 |
| HSL | 303.53º | 0.5% | 0.2% | - |
| HSV(B) | 303.53º | 0.67% | 0.3% | - |
| XYZ | 4.53 | 2.71 | 6.59 | - |
| YUV | 45.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 73 | 0 | 0.67 | 0.04 | 0.70 | 303.53 | 0.5 | 0.2 |
| Hex | 4C | 19 | 49 | 0 | 43 | 4 | 46 | 130 | 32 | 14 |
| Octal | 114 | 31 | 111 | 0 | 103 | 4 | 106 | 460 | 62 | 24 |
| Binary | 1001100 | 11001 | 1001001 | 0 | 1000011 | 100 | 1000110 | 100110000 | 110010 | 10100 |
Color Harmonies of #4C1949
Complementary color
Monochromatic Colors of #4C1949
Black with #4C1949
Text Example
Text Example
White with #4C1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1949; }
p { color: rgb(76,25,73); }
H1.HeaderClassName
{
color: #4C1949;
}
.AnyTagClassName
{
color: #4C1949;
}
</style>
background-color css
<style>
a { background-color: #4C1949; }
a { background-color: rgb(76,25,73); }
div.DivClassName
{
background-color: #4C1949;
}
.BgClassName
{
background-color: #4C1949;
}
</style>
border-color css
<style>
span { border-color: #4C1949; }
span { border-color: rgb(76,25,73); }
td.TdClassName
{
border-color: #4C1949;
}
.TagClassName
{
border-color: #4C1949;
}
</style>