Shades of Hot Purple #4D0059
Tints of Hot Purple #4D0059
RGB
CMYK
RGB Variations
Color information
#4D0059 (or 0x4D0059) is known color: Hot Purple. HEX triplet: 4D, 00 and 59. RGB value is (77,0,89). Sum of RGB (Red+Green+Blue) = 77+0+89=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0059 is #B2FFA6. Grayscale: #202020. Windows color (decimal): -11730855 or 5832781. OLE color: 5832781.
HSL color Cylindrical-coordinate representation of color #4D0059: hue angle of 291.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0059 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 0 | 89 | - |
| CMYK | 0.13 | 1 | 0 | 0.65 |
| HSL | 291.91º | 1% | 0.17% | - |
| HSV(B) | 291.91º | 1% | 0.35% | - |
| XYZ | 4.86 | 2.3 | 9.64 | - |
| YUV | 33.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 89 | 0.13 | 1 | 0 | 0.65 | 291.91 | 1 | 0.17 |
| Hex | 4D | 0 | 59 | D | 64 | 0 | 41 | 124 | 64 | 11 |
| Octal | 115 | 0 | 131 | 15 | 144 | 0 | 101 | 444 | 144 | 21 |
| Binary | 1001101 | 0 | 1011001 | 1101 | 1100100 | 0 | 1000001 | 100100100 | 1100100 | 10001 |
Color Harmonies of #4D0059
Complementary color
Monochromatic Colors of #4D0059
Black with #4D0059
Text Example
Text Example
White with #4D0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0059; }
p { color: rgb(77,0,89); }
H1.HeaderClassName
{
color: #4D0059;
}
.AnyTagClassName
{
color: #4D0059;
}
</style>
background-color css
<style>
a { background-color: #4D0059; }
a { background-color: rgb(77,0,89); }
div.DivClassName
{
background-color: #4D0059;
}
.BgClassName
{
background-color: #4D0059;
}
</style>
border-color css
<style>
span { border-color: #4D0059; }
span { border-color: rgb(77,0,89); }
td.TdClassName
{
border-color: #4D0059;
}
.TagClassName
{
border-color: #4D0059;
}
</style>