Shades of Hot Purple #4D224D
Tints of Hot Purple #4D224D
RGB
CMYK
RGB Variations
Color information
#4D224D (or 0x4D224D) is known color: Hot Purple. HEX triplet: 4D, 22 and 4D. RGB value is (77,34,77). Sum of RGB (Red+Green+Blue) = 77+34+77=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D224D is #B2DDB2. Grayscale: #333333. Windows color (decimal): -11722163 or 5055053. OLE color: 5055053.
HSL color Cylindrical-coordinate representation of color #4D224D: hue angle of 300º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D224D is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 77 | - |
| CMYK | 0 | 0.56 | 0 | 0.70 |
| HSL | 300º | 0.39% | 0.22% | - |
| HSV(B) | 300º | 0.56% | 0.3% | - |
| XYZ | 4.97 | 3.26 | 7.39 | - |
| YUV | 51.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 77 | 0 | 0.56 | 0 | 0.70 | 300 | 0.39 | 0.22 |
| Hex | 4D | 22 | 4D | 0 | 38 | 0 | 46 | 12C | 27 | 16 |
| Octal | 115 | 42 | 115 | 0 | 70 | 0 | 106 | 454 | 47 | 26 |
| Binary | 1001101 | 100010 | 1001101 | 0 | 111000 | 0 | 1000110 | 100101100 | 100111 | 10110 |
Color Harmonies of #4D224D
Complementary color
Monochromatic Colors of #4D224D
Black with #4D224D
Text Example
Text Example
White with #4D224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D224D; }
p { color: rgb(77,34,77); }
H1.HeaderClassName
{
color: #4D224D;
}
.AnyTagClassName
{
color: #4D224D;
}
</style>
background-color css
<style>
a { background-color: #4D224D; }
a { background-color: rgb(77,34,77); }
div.DivClassName
{
background-color: #4D224D;
}
.BgClassName
{
background-color: #4D224D;
}
</style>
border-color css
<style>
span { border-color: #4D224D; }
span { border-color: rgb(77,34,77); }
td.TdClassName
{
border-color: #4D224D;
}
.TagClassName
{
border-color: #4D224D;
}
</style>