Shades of Hot Purple #4D044F
Tints of Hot Purple #4D044F
RGB
CMYK
RGB Variations
Color information
#4D044F (or 0x4D044F) is known color: Hot Purple. HEX triplet: 4D, 04 and 4F. RGB value is (77,4,79). Sum of RGB (Red+Green+Blue) = 77+4+79=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D044F is #B2FBB0. Grayscale: #222222. Windows color (decimal): -11729841 or 5178445. OLE color: 5178445.
HSL color Cylindrical-coordinate representation of color #4D044F: hue angle of 298.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D044F is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 4 | 79 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.69 |
| HSL | 298.4º | 0.9% | 0.16% | - |
| HSV(B) | 298.4º | 0.95% | 0.31% | - |
| XYZ | 4.52 | 2.23 | 7.59 | - |
| YUV | 34.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 79 | 0.03 | 0.95 | 0 | 0.69 | 298.4 | 0.9 | 0.16 |
| Hex | 4D | 4 | 4F | 3 | 5F | 0 | 45 | 12A | 5A | 10 |
| Octal | 115 | 4 | 117 | 3 | 137 | 0 | 105 | 452 | 132 | 20 |
| Binary | 1001101 | 100 | 1001111 | 11 | 1011111 | 0 | 1000101 | 100101010 | 1011010 | 10000 |
Color Harmonies of #4D044F
Complementary color
Monochromatic Colors of #4D044F
Black with #4D044F
Text Example
Text Example
White with #4D044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D044F; }
p { color: rgb(77,4,79); }
H1.HeaderClassName
{
color: #4D044F;
}
.AnyTagClassName
{
color: #4D044F;
}
</style>
background-color css
<style>
a { background-color: #4D044F; }
a { background-color: rgb(77,4,79); }
div.DivClassName
{
background-color: #4D044F;
}
.BgClassName
{
background-color: #4D044F;
}
</style>
border-color css
<style>
span { border-color: #4D044F; }
span { border-color: rgb(77,4,79); }
td.TdClassName
{
border-color: #4D044F;
}
.TagClassName
{
border-color: #4D044F;
}
</style>