Shades of Hot Purple #4D1950
Tints of Hot Purple #4D1950
RGB
CMYK
RGB Variations
Color information
#4D1950 (or 0x4D1950) is known color: Hot Purple. HEX triplet: 4D, 19 and 50. RGB value is (77,25,80). Sum of RGB (Red+Green+Blue) = 77+25+80=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D1950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1950 is #B2E6AF. Grayscale: #2E2E2E. Windows color (decimal): -11724464 or 5249357. OLE color: 5249357.
HSL color Cylindrical-coordinate representation of color #4D1950: hue angle of 296.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1950 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 25 | 80 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.69 |
| HSL | 296.73º | 0.52% | 0.21% | - |
| HSV(B) | 296.73º | 0.69% | 0.31% | - |
| XYZ | 4.86 | 2.85 | 7.88 | - |
| YUV | 46.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 80 | 0.04 | 0.69 | 0 | 0.69 | 296.73 | 0.52 | 0.21 |
| Hex | 4D | 19 | 50 | 4 | 45 | 0 | 45 | 129 | 34 | 15 |
| Octal | 115 | 31 | 120 | 4 | 105 | 0 | 105 | 451 | 64 | 25 |
| Binary | 1001101 | 11001 | 1010000 | 100 | 1000101 | 0 | 1000101 | 100101001 | 110100 | 10101 |
Color Harmonies of #4D1950
Complementary color
Monochromatic Colors of #4D1950
Black with #4D1950
Text Example
Text Example
White with #4D1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1950; }
p { color: rgb(77,25,80); }
H1.HeaderClassName
{
color: #4D1950;
}
.AnyTagClassName
{
color: #4D1950;
}
</style>
background-color css
<style>
a { background-color: #4D1950; }
a { background-color: rgb(77,25,80); }
div.DivClassName
{
background-color: #4D1950;
}
.BgClassName
{
background-color: #4D1950;
}
</style>
border-color css
<style>
span { border-color: #4D1950; }
span { border-color: rgb(77,25,80); }
td.TdClassName
{
border-color: #4D1950;
}
.TagClassName
{
border-color: #4D1950;
}
</style>