Shades of Hot Purple #4D2955
Tints of Hot Purple #4D2955
RGB
CMYK
RGB Variations
Color information
#4D2955 (or 0x4D2955) is known color: Hot Purple. HEX triplet: 4D, 29 and 55. RGB value is (77,41,85). Sum of RGB (Red+Green+Blue) = 77+41+85=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D2955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2955 is #B2D6AA. Grayscale: #383838. Windows color (decimal): -11720363 or 5581133. OLE color: 5581133.
HSL color Cylindrical-coordinate representation of color #4D2955: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2955 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 41 | 85 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.67 |
| HSL | 289.09º | 0.35% | 0.25% | - |
| HSV(B) | 289.09º | 0.52% | 0.33% | - |
| XYZ | 5.49 | 3.82 | 9.04 | - |
| YUV | 56.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 85 | 0.09 | 0.52 | 0 | 0.67 | 289.09 | 0.35 | 0.25 |
| Hex | 4D | 29 | 55 | 9 | 34 | 0 | 43 | 121 | 23 | 19 |
| Octal | 115 | 51 | 125 | 11 | 64 | 0 | 103 | 441 | 43 | 31 |
| Binary | 1001101 | 101001 | 1010101 | 1001 | 110100 | 0 | 1000011 | 100100001 | 100011 | 11001 |
Color Harmonies of #4D2955
Complementary color
Monochromatic Colors of #4D2955
Black with #4D2955
Text Example
Text Example
White with #4D2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2955; }
p { color: rgb(77,41,85); }
H1.HeaderClassName
{
color: #4D2955;
}
.AnyTagClassName
{
color: #4D2955;
}
</style>
background-color css
<style>
a { background-color: #4D2955; }
a { background-color: rgb(77,41,85); }
div.DivClassName
{
background-color: #4D2955;
}
.BgClassName
{
background-color: #4D2955;
}
</style>
border-color css
<style>
span { border-color: #4D2955; }
span { border-color: rgb(77,41,85); }
td.TdClassName
{
border-color: #4D2955;
}
.TagClassName
{
border-color: #4D2955;
}
</style>