Shades of Hot Purple #4D134F
Tints of Hot Purple #4D134F
RGB
CMYK
RGB Variations
Color information
#4D134F (or 0x4D134F) is known color: Hot Purple. HEX triplet: 4D, 13 and 4F. RGB value is (77,19,79). Sum of RGB (Red+Green+Blue) = 77+19+79=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D134F is #B2ECB0. Grayscale: #2A2A2A. Windows color (decimal): -11726001 or 5182285. OLE color: 5182285.
HSL color Cylindrical-coordinate representation of color #4D134F: hue angle of 298º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D134F is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 19 | 79 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.69 |
| HSL | 298º | 0.61% | 0.19% | - |
| HSV(B) | 298º | 0.76% | 0.31% | - |
| XYZ | 4.7 | 2.61 | 7.65 | - |
| YUV | 43.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 79 | 0.03 | 0.76 | 0 | 0.69 | 298 | 0.61 | 0.19 |
| Hex | 4D | 13 | 4F | 3 | 4C | 0 | 45 | 12A | 3D | 13 |
| Octal | 115 | 23 | 117 | 3 | 114 | 0 | 105 | 452 | 75 | 23 |
| Binary | 1001101 | 10011 | 1001111 | 11 | 1001100 | 0 | 1000101 | 100101010 | 111101 | 10011 |
Color Harmonies of #4D134F
Complementary color
Monochromatic Colors of #4D134F
Black with #4D134F
Text Example
Text Example
White with #4D134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D134F; }
p { color: rgb(77,19,79); }
H1.HeaderClassName
{
color: #4D134F;
}
.AnyTagClassName
{
color: #4D134F;
}
</style>
background-color css
<style>
a { background-color: #4D134F; }
a { background-color: rgb(77,19,79); }
div.DivClassName
{
background-color: #4D134F;
}
.BgClassName
{
background-color: #4D134F;
}
</style>
border-color css
<style>
span { border-color: #4D134F; }
span { border-color: rgb(77,19,79); }
td.TdClassName
{
border-color: #4D134F;
}
.TagClassName
{
border-color: #4D134F;
}
</style>