Shades of Hot Purple #4D114C
Tints of Hot Purple #4D114C
RGB
CMYK
RGB Variations
Color information
#4D114C (or 0x4D114C) is known color: Hot Purple. HEX triplet: 4D, 11 and 4C. RGB value is (77,17,76). Sum of RGB (Red+Green+Blue) = 77+17+76=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D114C is #B2EEB3. Grayscale: #292929. Windows color (decimal): -11726516 or 4985165. OLE color: 4985165.
HSL color Cylindrical-coordinate representation of color #4D114C: hue angle of 301º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D114C is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 76 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.70 |
| HSL | 301º | 0.64% | 0.18% | - |
| HSV(B) | 301º | 0.78% | 0.3% | - |
| XYZ | 4.57 | 2.5 | 7.08 | - |
| YUV | 41.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 76 | 0 | 0.78 | 0.01 | 0.70 | 301 | 0.64 | 0.18 |
| Hex | 4D | 11 | 4C | 0 | 4E | 1 | 46 | 12D | 40 | 12 |
| Octal | 115 | 21 | 114 | 0 | 116 | 1 | 106 | 455 | 100 | 22 |
| Binary | 1001101 | 10001 | 1001100 | 0 | 1001110 | 1 | 1000110 | 100101101 | 1000000 | 10010 |
Color Harmonies of #4D114C
Complementary color
Monochromatic Colors of #4D114C
Black with #4D114C
Text Example
Text Example
White with #4D114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D114C; }
p { color: rgb(77,17,76); }
H1.HeaderClassName
{
color: #4D114C;
}
.AnyTagClassName
{
color: #4D114C;
}
</style>
background-color css
<style>
a { background-color: #4D114C; }
a { background-color: rgb(77,17,76); }
div.DivClassName
{
background-color: #4D114C;
}
.BgClassName
{
background-color: #4D114C;
}
</style>
border-color css
<style>
span { border-color: #4D114C; }
span { border-color: rgb(77,17,76); }
td.TdClassName
{
border-color: #4D114C;
}
.TagClassName
{
border-color: #4D114C;
}
</style>