Shades of Hot Purple #4D2D55
Tints of Hot Purple #4D2D55
RGB
CMYK
RGB Variations
Color information
#4D2D55 (or 0x4D2D55) is known color: Hot Purple. HEX triplet: 4D, 2D and 55. RGB value is (77,45,85). Sum of RGB (Red+Green+Blue) = 77+45+85=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D2D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2D55 is #B2D2AA. Grayscale: #3A3A3A. Windows color (decimal): -11719339 or 5582157. OLE color: 5582157.
HSL color Cylindrical-coordinate representation of color #4D2D55: hue angle of 288º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2D55 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 45 | 85 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.67 |
| HSL | 288º | 0.31% | 0.25% | - |
| HSV(B) | 288º | 0.47% | 0.33% | - |
| XYZ | 5.64 | 4.11 | 9.09 | - |
| YUV | 59.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 85 | 0.09 | 0.47 | 0 | 0.67 | 288 | 0.31 | 0.25 |
| Hex | 4D | 2D | 55 | 9 | 2F | 0 | 43 | 120 | 1F | 19 |
| Octal | 115 | 55 | 125 | 11 | 57 | 0 | 103 | 440 | 37 | 31 |
| Binary | 1001101 | 101101 | 1010101 | 1001 | 101111 | 0 | 1000011 | 100100000 | 11111 | 11001 |
Color Harmonies of #4D2D55
Complementary color
Monochromatic Colors of #4D2D55
Black with #4D2D55
Text Example
Text Example
White with #4D2D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D55; }
p { color: rgb(77,45,85); }
H1.HeaderClassName
{
color: #4D2D55;
}
.AnyTagClassName
{
color: #4D2D55;
}
</style>
background-color css
<style>
a { background-color: #4D2D55; }
a { background-color: rgb(77,45,85); }
div.DivClassName
{
background-color: #4D2D55;
}
.BgClassName
{
background-color: #4D2D55;
}
</style>
border-color css
<style>
span { border-color: #4D2D55; }
span { border-color: rgb(77,45,85); }
td.TdClassName
{
border-color: #4D2D55;
}
.TagClassName
{
border-color: #4D2D55;
}
</style>