Shades of Hot Purple #4D1C56
Tints of Hot Purple #4D1C56
RGB
CMYK
RGB Variations
Color information
#4D1C56 (or 0x4D1C56) is known color: Hot Purple. HEX triplet: 4D, 1C and 56. RGB value is (77,28,86). Sum of RGB (Red+Green+Blue) = 77+28+86=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #4D1C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1C56 is #B2E3A9. Grayscale: #313131. Windows color (decimal): -11723690 or 5643341. OLE color: 5643341.
HSL color Cylindrical-coordinate representation of color #4D1C56: hue angle of 290.69º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D1C56 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 28 | 86 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.66 |
| HSL | 290.69º | 0.51% | 0.22% | - |
| HSV(B) | 290.69º | 0.67% | 0.34% | - |
| XYZ | 5.16 | 3.08 | 9.13 | - |
| YUV | 49.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 86 | 0.10 | 0.67 | 0 | 0.66 | 290.69 | 0.51 | 0.22 |
| Hex | 4D | 1C | 56 | A | 43 | 0 | 42 | 123 | 33 | 16 |
| Octal | 115 | 34 | 126 | 12 | 103 | 0 | 102 | 443 | 63 | 26 |
| Binary | 1001101 | 11100 | 1010110 | 1010 | 1000011 | 0 | 1000010 | 100100011 | 110011 | 10110 |
Color Harmonies of #4D1C56
Complementary color
Monochromatic Colors of #4D1C56
Black with #4D1C56
Text Example
Text Example
White with #4D1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C56; }
p { color: rgb(77,28,86); }
H1.HeaderClassName
{
color: #4D1C56;
}
.AnyTagClassName
{
color: #4D1C56;
}
</style>
background-color css
<style>
a { background-color: #4D1C56; }
a { background-color: rgb(77,28,86); }
div.DivClassName
{
background-color: #4D1C56;
}
.BgClassName
{
background-color: #4D1C56;
}
</style>
border-color css
<style>
span { border-color: #4D1C56; }
span { border-color: rgb(77,28,86); }
td.TdClassName
{
border-color: #4D1C56;
}
.TagClassName
{
border-color: #4D1C56;
}
</style>