Shades of Hot Purple #4D2251
Tints of Hot Purple #4D2251
RGB
CMYK
RGB Variations
Color information
#4D2251 (or 0x4D2251) is known color: Hot Purple. HEX triplet: 4D, 22 and 51. RGB value is (77,34,81). Sum of RGB (Red+Green+Blue) = 77+34+81=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D2251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2251 is #B2DDAE. Grayscale: #343434. Windows color (decimal): -11722159 or 5317197. OLE color: 5317197.
HSL color Cylindrical-coordinate representation of color #4D2251: hue angle of 294.89º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2251 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 34 | 81 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.68 |
| HSL | 294.89º | 0.41% | 0.23% | - |
| HSV(B) | 294.89º | 0.58% | 0.32% | - |
| XYZ | 5.12 | 3.32 | 8.15 | - |
| YUV | 52.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 81 | 0.05 | 0.58 | 0 | 0.68 | 294.89 | 0.41 | 0.23 |
| Hex | 4D | 22 | 51 | 5 | 3A | 0 | 44 | 127 | 29 | 17 |
| Octal | 115 | 42 | 121 | 5 | 72 | 0 | 104 | 447 | 51 | 27 |
| Binary | 1001101 | 100010 | 1010001 | 101 | 111010 | 0 | 1000100 | 100100111 | 101001 | 10111 |
Color Harmonies of #4D2251
Complementary color
Monochromatic Colors of #4D2251
Black with #4D2251
Text Example
Text Example
White with #4D2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2251; }
p { color: rgb(77,34,81); }
H1.HeaderClassName
{
color: #4D2251;
}
.AnyTagClassName
{
color: #4D2251;
}
</style>
background-color css
<style>
a { background-color: #4D2251; }
a { background-color: rgb(77,34,81); }
div.DivClassName
{
background-color: #4D2251;
}
.BgClassName
{
background-color: #4D2251;
}
</style>
border-color css
<style>
span { border-color: #4D2251; }
span { border-color: rgb(77,34,81); }
td.TdClassName
{
border-color: #4D2251;
}
.TagClassName
{
border-color: #4D2251;
}
</style>