Shades of Hot Purple #4D0050
Tints of Hot Purple #4D0050
RGB
CMYK
RGB Variations
Color information
#4D0050 (or 0x4D0050) is known color: Hot Purple. HEX triplet: 4D, 00 and 50. RGB value is (77,0,80). Sum of RGB (Red+Green+Blue) = 77+0+80=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D0050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0050 is #B2FFAF. Grayscale: #1F1F1F. Windows color (decimal): -11730864 or 5242957. OLE color: 5242957.
HSL color Cylindrical-coordinate representation of color #4D0050: hue angle of 297.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0050 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 0 | 80 | - |
| CMYK | 0.04 | 1 | 0 | 0.69 |
| HSL | 297.75º | 1% | 0.16% | - |
| HSV(B) | 297.75º | 1% | 0.31% | - |
| XYZ | 4.51 | 2.16 | 7.77 | - |
| YUV | 32.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 80 | 0.04 | 1 | 0 | 0.69 | 297.75 | 1 | 0.16 |
| Hex | 4D | 0 | 50 | 4 | 64 | 0 | 45 | 12A | 64 | 10 |
| Octal | 115 | 0 | 120 | 4 | 144 | 0 | 105 | 452 | 144 | 20 |
| Binary | 1001101 | 0 | 1010000 | 100 | 1100100 | 0 | 1000101 | 100101010 | 1100100 | 10000 |
Color Harmonies of #4D0050
Complementary color
Monochromatic Colors of #4D0050
Black with #4D0050
Text Example
Text Example
White with #4D0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0050; }
p { color: rgb(77,0,80); }
H1.HeaderClassName
{
color: #4D0050;
}
.AnyTagClassName
{
color: #4D0050;
}
</style>
background-color css
<style>
a { background-color: #4D0050; }
a { background-color: rgb(77,0,80); }
div.DivClassName
{
background-color: #4D0050;
}
.BgClassName
{
background-color: #4D0050;
}
</style>
border-color css
<style>
span { border-color: #4D0050; }
span { border-color: rgb(77,0,80); }
td.TdClassName
{
border-color: #4D0050;
}
.TagClassName
{
border-color: #4D0050;
}
</style>