Shades of Hot Purple #4D1049
Tints of Hot Purple #4D1049
RGB
CMYK
RGB Variations
Color information
#4D1049 (or 0x4D1049) is known color: Hot Purple. HEX triplet: 4D, 10 and 49. RGB value is (77,16,73). Sum of RGB (Red+Green+Blue) = 77+16+73=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1049 is #B2EFB6. Grayscale: #282828. Windows color (decimal): -11726775 or 4788301. OLE color: 4788301.
HSL color Cylindrical-coordinate representation of color #4D1049: hue angle of 303.93º degrees, saturation: 0.66, 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 #4D1049 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 73 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.70 |
| HSL | 303.93º | 0.66% | 0.18% | - |
| HSV(B) | 303.93º | 0.79% | 0.3% | - |
| XYZ | 4.45 | 2.43 | 6.54 | - |
| YUV | 40.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 73 | 0 | 0.79 | 0.05 | 0.70 | 303.93 | 0.66 | 0.18 |
| Hex | 4D | 10 | 49 | 0 | 4F | 5 | 46 | 130 | 42 | 12 |
| Octal | 115 | 20 | 111 | 0 | 117 | 5 | 106 | 460 | 102 | 22 |
| Binary | 1001101 | 10000 | 1001001 | 0 | 1001111 | 101 | 1000110 | 100110000 | 1000010 | 10010 |
Color Harmonies of #4D1049
Complementary color
Monochromatic Colors of #4D1049
Black with #4D1049
Text Example
Text Example
White with #4D1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1049; }
p { color: rgb(77,16,73); }
H1.HeaderClassName
{
color: #4D1049;
}
.AnyTagClassName
{
color: #4D1049;
}
</style>
background-color css
<style>
a { background-color: #4D1049; }
a { background-color: rgb(77,16,73); }
div.DivClassName
{
background-color: #4D1049;
}
.BgClassName
{
background-color: #4D1049;
}
</style>
border-color css
<style>
span { border-color: #4D1049; }
span { border-color: rgb(77,16,73); }
td.TdClassName
{
border-color: #4D1049;
}
.TagClassName
{
border-color: #4D1049;
}
</style>