Shades of Hot Purple #4D3551
Tints of Hot Purple #4D3551
RGB
CMYK
RGB Variations
Color information
#4D3551 (or 0x4D3551) is known color: Hot Purple. HEX triplet: 4D, 35 and 51. RGB value is (77,53,81). Sum of RGB (Red+Green+Blue) = 77+53+81=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D3551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3551 is #B2CAAE. Grayscale: #3F3F3F. Windows color (decimal): -11717295 or 5322061. OLE color: 5322061.
HSL color Cylindrical-coordinate representation of color #4D3551: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3551 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 53 | 81 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.68 |
| HSL | 291.43º | 0.21% | 0.26% | - |
| HSV(B) | 291.43º | 0.35% | 0.32% | - |
| XYZ | 5.82 | 4.72 | 8.39 | - |
| YUV | 63.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 81 | 0.05 | 0.35 | 0 | 0.68 | 291.43 | 0.21 | 0.26 |
| Hex | 4D | 35 | 51 | 5 | 23 | 0 | 44 | 123 | 15 | 1A |
| Octal | 115 | 65 | 121 | 5 | 43 | 0 | 104 | 443 | 25 | 32 |
| Binary | 1001101 | 110101 | 1010001 | 101 | 100011 | 0 | 1000100 | 100100011 | 10101 | 11010 |
Color Harmonies of #4D3551
Complementary color
Monochromatic Colors of #4D3551
Black with #4D3551
Text Example
Text Example
White with #4D3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3551; }
p { color: rgb(77,53,81); }
H1.HeaderClassName
{
color: #4D3551;
}
.AnyTagClassName
{
color: #4D3551;
}
</style>
background-color css
<style>
a { background-color: #4D3551; }
a { background-color: rgb(77,53,81); }
div.DivClassName
{
background-color: #4D3551;
}
.BgClassName
{
background-color: #4D3551;
}
</style>
border-color css
<style>
span { border-color: #4D3551; }
span { border-color: rgb(77,53,81); }
td.TdClassName
{
border-color: #4D3551;
}
.TagClassName
{
border-color: #4D3551;
}
</style>