Shades of Hot Purple #4D2E4D
Tints of Hot Purple #4D2E4D
RGB
CMYK
RGB Variations
Color information
#4D2E4D (or 0x4D2E4D) is known color: Hot Purple. HEX triplet: 4D, 2E and 4D. RGB value is (77,46,77). Sum of RGB (Red+Green+Blue) = 77+46+77=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D2E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2E4D is #B2D1B2. Grayscale: #3A3A3A. Windows color (decimal): -11719091 or 5058125. OLE color: 5058125.
HSL color Cylindrical-coordinate representation of color #4D2E4D: hue angle of 300º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E4D is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 77 | - |
| CMYK | 0 | 0.40 | 0 | 0.70 |
| HSL | 300º | 0.25% | 0.24% | - |
| HSV(B) | 300º | 0.4% | 0.3% | - |
| XYZ | 5.38 | 4.07 | 7.52 | - |
| YUV | 58.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 77 | 0 | 0.40 | 0 | 0.70 | 300 | 0.25 | 0.24 |
| Hex | 4D | 2E | 4D | 0 | 28 | 0 | 46 | 12C | 19 | 18 |
| Octal | 115 | 56 | 115 | 0 | 50 | 0 | 106 | 454 | 31 | 30 |
| Binary | 1001101 | 101110 | 1001101 | 0 | 101000 | 0 | 1000110 | 100101100 | 11001 | 11000 |
Color Harmonies of #4D2E4D
Complementary color
Monochromatic Colors of #4D2E4D
Black with #4D2E4D
Text Example
Text Example
White with #4D2E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E4D; }
p { color: rgb(77,46,77); }
H1.HeaderClassName
{
color: #4D2E4D;
}
.AnyTagClassName
{
color: #4D2E4D;
}
</style>
background-color css
<style>
a { background-color: #4D2E4D; }
a { background-color: rgb(77,46,77); }
div.DivClassName
{
background-color: #4D2E4D;
}
.BgClassName
{
background-color: #4D2E4D;
}
</style>
border-color css
<style>
span { border-color: #4D2E4D; }
span { border-color: rgb(77,46,77); }
td.TdClassName
{
border-color: #4D2E4D;
}
.TagClassName
{
border-color: #4D2E4D;
}
</style>