Shades of Hot Purple #4D004E
Tints of Hot Purple #4D004E
RGB
CMYK
RGB Variations
Color information
#4D004E (or 0x4D004E) is known color: Hot Purple. HEX triplet: 4D, 00 and 4E. RGB value is (77,0,78). Sum of RGB (Red+Green+Blue) = 77+0+78=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D004E is #B2FFB1. Grayscale: #1F1F1F. Windows color (decimal): -11730866 or 5111885. OLE color: 5111885.
HSL color Cylindrical-coordinate representation of color #4D004E: hue angle of 299.23º 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 #4D004E is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 0 | 78 | - |
| CMYK | 0.01 | 1 | 0 | 0.69 |
| HSL | 299.23º | 1% | 0.15% | - |
| HSV(B) | 299.23º | 1% | 0.31% | - |
| XYZ | 4.44 | 2.13 | 7.38 | - |
| YUV | 31.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 78 | 0.01 | 1 | 0 | 0.69 | 299.23 | 1 | 0.15 |
| Hex | 4D | 0 | 4E | 1 | 64 | 0 | 45 | 12B | 64 | F |
| Octal | 115 | 0 | 116 | 1 | 144 | 0 | 105 | 453 | 144 | 17 |
| Binary | 1001101 | 0 | 1001110 | 1 | 1100100 | 0 | 1000101 | 100101011 | 1100100 | 1111 |
Color Harmonies of #4D004E
Complementary color
Monochromatic Colors of #4D004E
Black with #4D004E
Text Example
Text Example
White with #4D004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D004E; }
p { color: rgb(77,0,78); }
H1.HeaderClassName
{
color: #4D004E;
}
.AnyTagClassName
{
color: #4D004E;
}
</style>
background-color css
<style>
a { background-color: #4D004E; }
a { background-color: rgb(77,0,78); }
div.DivClassName
{
background-color: #4D004E;
}
.BgClassName
{
background-color: #4D004E;
}
</style>
border-color css
<style>
span { border-color: #4D004E; }
span { border-color: rgb(77,0,78); }
td.TdClassName
{
border-color: #4D004E;
}
.TagClassName
{
border-color: #4D004E;
}
</style>