Shades of Hot Purple #4D124D
Tints of Hot Purple #4D124D
RGB
CMYK
RGB Variations
Color information
#4D124D (or 0x4D124D) is known color: Hot Purple. HEX triplet: 4D, 12 and 4D. RGB value is (77,18,77). Sum of RGB (Red+Green+Blue) = 77+18+77=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D124D is #B2EDB2. Grayscale: #2A2A2A. Windows color (decimal): -11726259 or 5050957. OLE color: 5050957.
HSL color Cylindrical-coordinate representation of color #4D124D: hue angle of 300º 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 #4D124D is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 77 | - |
| CMYK | 0 | 0.77 | 0 | 0.70 |
| HSL | 300º | 0.62% | 0.19% | - |
| HSV(B) | 300º | 0.77% | 0.3% | - |
| XYZ | 4.62 | 2.55 | 7.27 | - |
| YUV | 42.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 77 | 0 | 0.77 | 0 | 0.70 | 300 | 0.62 | 0.19 |
| Hex | 4D | 12 | 4D | 0 | 4D | 0 | 46 | 12C | 3E | 13 |
| Octal | 115 | 22 | 115 | 0 | 115 | 0 | 106 | 454 | 76 | 23 |
| Binary | 1001101 | 10010 | 1001101 | 0 | 1001101 | 0 | 1000110 | 100101100 | 111110 | 10011 |
Color Harmonies of #4D124D
Complementary color
Monochromatic Colors of #4D124D
Black with #4D124D
Text Example
Text Example
White with #4D124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D124D; }
p { color: rgb(77,18,77); }
H1.HeaderClassName
{
color: #4D124D;
}
.AnyTagClassName
{
color: #4D124D;
}
</style>
background-color css
<style>
a { background-color: #4D124D; }
a { background-color: rgb(77,18,77); }
div.DivClassName
{
background-color: #4D124D;
}
.BgClassName
{
background-color: #4D124D;
}
</style>
border-color css
<style>
span { border-color: #4D124D; }
span { border-color: rgb(77,18,77); }
td.TdClassName
{
border-color: #4D124D;
}
.TagClassName
{
border-color: #4D124D;
}
</style>