Shades of Hot Purple #4D134C
Tints of Hot Purple #4D134C
RGB
CMYK
RGB Variations
Color information
#4D134C (or 0x4D134C) is known color: Hot Purple. HEX triplet: 4D, 13 and 4C. RGB value is (77,19,76). Sum of RGB (Red+Green+Blue) = 77+19+76=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D134C is #B2ECB3. Grayscale: #2A2A2A. Windows color (decimal): -11726004 or 4985677. OLE color: 4985677.
HSL color Cylindrical-coordinate representation of color #4D134C: hue angle of 301.03º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D134C is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 76 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.70 |
| HSL | 301.03º | 0.6% | 0.19% | - |
| HSV(B) | 301.03º | 0.75% | 0.3% | - |
| XYZ | 4.6 | 2.57 | 7.09 | - |
| YUV | 42.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 76 | 0 | 0.75 | 0.01 | 0.70 | 301.03 | 0.6 | 0.19 |
| Hex | 4D | 13 | 4C | 0 | 4B | 1 | 46 | 12D | 3C | 13 |
| Octal | 115 | 23 | 114 | 0 | 113 | 1 | 106 | 455 | 74 | 23 |
| Binary | 1001101 | 10011 | 1001100 | 0 | 1001011 | 1 | 1000110 | 100101101 | 111100 | 10011 |
Color Harmonies of #4D134C
Complementary color
Monochromatic Colors of #4D134C
Black with #4D134C
Text Example
Text Example
White with #4D134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D134C; }
p { color: rgb(77,19,76); }
H1.HeaderClassName
{
color: #4D134C;
}
.AnyTagClassName
{
color: #4D134C;
}
</style>
background-color css
<style>
a { background-color: #4D134C; }
a { background-color: rgb(77,19,76); }
div.DivClassName
{
background-color: #4D134C;
}
.BgClassName
{
background-color: #4D134C;
}
</style>
border-color css
<style>
span { border-color: #4D134C; }
span { border-color: rgb(77,19,76); }
td.TdClassName
{
border-color: #4D134C;
}
.TagClassName
{
border-color: #4D134C;
}
</style>