Shades of Hot Purple #4D2755
Tints of Hot Purple #4D2755
RGB
CMYK
RGB Variations
Color information
#4D2755 (or 0x4D2755) is known color: Hot Purple. HEX triplet: 4D, 27 and 55. RGB value is (77,39,85). Sum of RGB (Red+Green+Blue) = 77+39+85=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D2755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2755 is #B2D8AA. Grayscale: #373737. Windows color (decimal): -11720875 or 5580621. OLE color: 5580621.
HSL color Cylindrical-coordinate representation of color #4D2755: hue angle of 289.57º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D2755 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 39 | 85 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.67 |
| HSL | 289.57º | 0.37% | 0.24% | - |
| HSV(B) | 289.57º | 0.54% | 0.33% | - |
| XYZ | 5.43 | 3.68 | 9.02 | - |
| YUV | 55.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 85 | 0.09 | 0.54 | 0 | 0.67 | 289.57 | 0.37 | 0.24 |
| Hex | 4D | 27 | 55 | 9 | 36 | 0 | 43 | 122 | 25 | 18 |
| Octal | 115 | 47 | 125 | 11 | 66 | 0 | 103 | 442 | 45 | 30 |
| Binary | 1001101 | 100111 | 1010101 | 1001 | 110110 | 0 | 1000011 | 100100010 | 100101 | 11000 |
Color Harmonies of #4D2755
Complementary color
Monochromatic Colors of #4D2755
Black with #4D2755
Text Example
Text Example
White with #4D2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2755; }
p { color: rgb(77,39,85); }
H1.HeaderClassName
{
color: #4D2755;
}
.AnyTagClassName
{
color: #4D2755;
}
</style>
background-color css
<style>
a { background-color: #4D2755; }
a { background-color: rgb(77,39,85); }
div.DivClassName
{
background-color: #4D2755;
}
.BgClassName
{
background-color: #4D2755;
}
</style>
border-color css
<style>
span { border-color: #4D2755; }
span { border-color: rgb(77,39,85); }
td.TdClassName
{
border-color: #4D2755;
}
.TagClassName
{
border-color: #4D2755;
}
</style>