Shades of Hot Purple #4D1859
Tints of Hot Purple #4D1859
RGB
CMYK
RGB Variations
Color information
#4D1859 (or 0x4D1859) is known color: Hot Purple. HEX triplet: 4D, 18 and 59. RGB value is (77,24,89). Sum of RGB (Red+Green+Blue) = 77+24+89=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D1859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1859 is #B2E7A6. Grayscale: #2F2F2F. Windows color (decimal): -11724711 or 5838925. OLE color: 5838925.
HSL color Cylindrical-coordinate representation of color #4D1859: hue angle of 288.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1859 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 24 | 89 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.65 |
| HSL | 288.92º | 0.58% | 0.22% | - |
| HSV(B) | 288.92º | 0.73% | 0.35% | - |
| XYZ | 5.19 | 2.95 | 9.75 | - |
| YUV | 47.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 89 | 0.13 | 0.73 | 0 | 0.65 | 288.92 | 0.58 | 0.22 |
| Hex | 4D | 18 | 59 | D | 49 | 0 | 41 | 121 | 3A | 16 |
| Octal | 115 | 30 | 131 | 15 | 111 | 0 | 101 | 441 | 72 | 26 |
| Binary | 1001101 | 11000 | 1011001 | 1101 | 1001001 | 0 | 1000001 | 100100001 | 111010 | 10110 |
Color Harmonies of #4D1859
Complementary color
Monochromatic Colors of #4D1859
Black with #4D1859
Text Example
Text Example
White with #4D1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1859; }
p { color: rgb(77,24,89); }
H1.HeaderClassName
{
color: #4D1859;
}
.AnyTagClassName
{
color: #4D1859;
}
</style>
background-color css
<style>
a { background-color: #4D1859; }
a { background-color: rgb(77,24,89); }
div.DivClassName
{
background-color: #4D1859;
}
.BgClassName
{
background-color: #4D1859;
}
</style>
border-color css
<style>
span { border-color: #4D1859; }
span { border-color: rgb(77,24,89); }
td.TdClassName
{
border-color: #4D1859;
}
.TagClassName
{
border-color: #4D1859;
}
</style>