Shades of Hot Purple #4D2956
Tints of Hot Purple #4D2956
RGB
CMYK
RGB Variations
Color information
#4D2956 (or 0x4D2956) is known color: Hot Purple. HEX triplet: 4D, 29 and 56. RGB value is (77,41,86). Sum of RGB (Red+Green+Blue) = 77+41+86=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #4D2956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2956 is #B2D6A9. Grayscale: #383838. Windows color (decimal): -11720362 or 5646669. OLE color: 5646669.
HSL color Cylindrical-coordinate representation of color #4D2956: hue angle of 288º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2956 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 41 | 86 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.66 |
| HSL | 288º | 0.35% | 0.25% | - |
| HSV(B) | 288º | 0.52% | 0.34% | - |
| XYZ | 5.53 | 3.84 | 9.25 | - |
| YUV | 56.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 86 | 0.10 | 0.52 | 0 | 0.66 | 288 | 0.35 | 0.25 |
| Hex | 4D | 29 | 56 | A | 34 | 0 | 42 | 120 | 23 | 19 |
| Octal | 115 | 51 | 126 | 12 | 64 | 0 | 102 | 440 | 43 | 31 |
| Binary | 1001101 | 101001 | 1010110 | 1010 | 110100 | 0 | 1000010 | 100100000 | 100011 | 11001 |
Color Harmonies of #4D2956
Complementary color
Monochromatic Colors of #4D2956
Black with #4D2956
Text Example
Text Example
White with #4D2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2956; }
p { color: rgb(77,41,86); }
H1.HeaderClassName
{
color: #4D2956;
}
.AnyTagClassName
{
color: #4D2956;
}
</style>
background-color css
<style>
a { background-color: #4D2956; }
a { background-color: rgb(77,41,86); }
div.DivClassName
{
background-color: #4D2956;
}
.BgClassName
{
background-color: #4D2956;
}
</style>
border-color css
<style>
span { border-color: #4D2956; }
span { border-color: rgb(77,41,86); }
td.TdClassName
{
border-color: #4D2956;
}
.TagClassName
{
border-color: #4D2956;
}
</style>