Shades of Hot Purple #4D124B
Tints of Hot Purple #4D124B
RGB
CMYK
RGB Variations
Color information
#4D124B (or 0x4D124B) is known color: Hot Purple. HEX triplet: 4D, 12 and 4B. RGB value is (77,18,75). Sum of RGB (Red+Green+Blue) = 77+18+75=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D124B is #B2EDB4. Grayscale: #292929. Windows color (decimal): -11726261 or 4919885. OLE color: 4919885.
HSL color Cylindrical-coordinate representation of color #4D124B: hue angle of 302.03º 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 #4D124B is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 75 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.70 |
| HSL | 302.03º | 0.62% | 0.19% | - |
| HSV(B) | 302.03º | 0.77% | 0.3% | - |
| XYZ | 4.55 | 2.52 | 6.9 | - |
| YUV | 42.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 75 | 0 | 0.77 | 0.03 | 0.70 | 302.03 | 0.62 | 0.19 |
| Hex | 4D | 12 | 4B | 0 | 4D | 3 | 46 | 12E | 3E | 13 |
| Octal | 115 | 22 | 113 | 0 | 115 | 3 | 106 | 456 | 76 | 23 |
| Binary | 1001101 | 10010 | 1001011 | 0 | 1001101 | 11 | 1000110 | 100101110 | 111110 | 10011 |
Color Harmonies of #4D124B
Complementary color
Monochromatic Colors of #4D124B
Black with #4D124B
Text Example
Text Example
White with #4D124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D124B; }
p { color: rgb(77,18,75); }
H1.HeaderClassName
{
color: #4D124B;
}
.AnyTagClassName
{
color: #4D124B;
}
</style>
background-color css
<style>
a { background-color: #4D124B; }
a { background-color: rgb(77,18,75); }
div.DivClassName
{
background-color: #4D124B;
}
.BgClassName
{
background-color: #4D124B;
}
</style>
border-color css
<style>
span { border-color: #4D124B; }
span { border-color: rgb(77,18,75); }
td.TdClassName
{
border-color: #4D124B;
}
.TagClassName
{
border-color: #4D124B;
}
</style>