Shades of Hot Purple #4D004F
Tints of Hot Purple #4D004F
RGB
CMYK
RGB Variations
Color information
#4D004F (or 0x4D004F) is known color: Hot Purple. HEX triplet: 4D, 00 and 4F. RGB value is (77,0,79). Sum of RGB (Red+Green+Blue) = 77+0+79=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D004F is #B2FFB0. Grayscale: #1F1F1F. Windows color (decimal): -11730865 or 5177421. OLE color: 5177421.
HSL color Cylindrical-coordinate representation of color #4D004F: hue angle of 298.48º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D004F is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 0 | 79 | - |
| CMYK | 0.03 | 1 | 0 | 0.69 |
| HSL | 298.48º | 1% | 0.15% | - |
| HSV(B) | 298.48º | 1% | 0.31% | - |
| XYZ | 4.47 | 2.14 | 7.57 | - |
| YUV | 32.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 79 | 0.03 | 1 | 0 | 0.69 | 298.48 | 1 | 0.15 |
| Hex | 4D | 0 | 4F | 3 | 64 | 0 | 45 | 12A | 64 | F |
| Octal | 115 | 0 | 117 | 3 | 144 | 0 | 105 | 452 | 144 | 17 |
| Binary | 1001101 | 0 | 1001111 | 11 | 1100100 | 0 | 1000101 | 100101010 | 1100100 | 1111 |
Color Harmonies of #4D004F
Complementary color
Monochromatic Colors of #4D004F
Black with #4D004F
Text Example
Text Example
White with #4D004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D004F; }
p { color: rgb(77,0,79); }
H1.HeaderClassName
{
color: #4D004F;
}
.AnyTagClassName
{
color: #4D004F;
}
</style>
background-color css
<style>
a { background-color: #4D004F; }
a { background-color: rgb(77,0,79); }
div.DivClassName
{
background-color: #4D004F;
}
.BgClassName
{
background-color: #4D004F;
}
</style>
border-color css
<style>
span { border-color: #4D004F; }
span { border-color: rgb(77,0,79); }
td.TdClassName
{
border-color: #4D004F;
}
.TagClassName
{
border-color: #4D004F;
}
</style>