Shades of Hot Purple #4D0D59
Tints of Hot Purple #4D0D59
RGB
CMYK
RGB Variations
Color information
#4D0D59 (or 0x4D0D59) is known color: Hot Purple. HEX triplet: 4D, 0D and 59. RGB value is (77,13,89). Sum of RGB (Red+Green+Blue) = 77+13+89=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D0D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0D59 is #B2F2A6. Grayscale: #282828. Windows color (decimal): -11727527 or 5836109. OLE color: 5836109.
HSL color Cylindrical-coordinate representation of color #4D0D59: hue angle of 290.53º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D0D59 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 13 | 89 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.65 |
| HSL | 290.53º | 0.75% | 0.2% | - |
| HSV(B) | 290.53º | 0.85% | 0.35% | - |
| XYZ | 5.01 | 2.59 | 9.69 | - |
| YUV | 40.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 89 | 0.13 | 0.85 | 0 | 0.65 | 290.53 | 0.75 | 0.2 |
| Hex | 4D | D | 59 | D | 55 | 0 | 41 | 123 | 4B | 14 |
| Octal | 115 | 15 | 131 | 15 | 125 | 0 | 101 | 443 | 113 | 24 |
| Binary | 1001101 | 1101 | 1011001 | 1101 | 1010101 | 0 | 1000001 | 100100011 | 1001011 | 10100 |
Color Harmonies of #4D0D59
Complementary color
Monochromatic Colors of #4D0D59
Black with #4D0D59
Text Example
Text Example
White with #4D0D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D59; }
p { color: rgb(77,13,89); }
H1.HeaderClassName
{
color: #4D0D59;
}
.AnyTagClassName
{
color: #4D0D59;
}
</style>
background-color css
<style>
a { background-color: #4D0D59; }
a { background-color: rgb(77,13,89); }
div.DivClassName
{
background-color: #4D0D59;
}
.BgClassName
{
background-color: #4D0D59;
}
</style>
border-color css
<style>
span { border-color: #4D0D59; }
span { border-color: rgb(77,13,89); }
td.TdClassName
{
border-color: #4D0D59;
}
.TagClassName
{
border-color: #4D0D59;
}
</style>