Shades of Hot Purple #4D2350
Tints of Hot Purple #4D2350
RGB
CMYK
RGB Variations
Color information
#4D2350 (or 0x4D2350) is known color: Hot Purple. HEX triplet: 4D, 23 and 50. RGB value is (77,35,80). Sum of RGB (Red+Green+Blue) = 77+35+80=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D2350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2350 is #B2DCAF. Grayscale: #343434. Windows color (decimal): -11721904 or 5251917. OLE color: 5251917.
HSL color Cylindrical-coordinate representation of color #4D2350: hue angle of 296º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2350 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 35 | 80 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.69 |
| HSL | 296º | 0.39% | 0.23% | - |
| HSV(B) | 296º | 0.56% | 0.31% | - |
| XYZ | 5.11 | 3.36 | 7.97 | - |
| YUV | 52.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 80 | 0.04 | 0.56 | 0 | 0.69 | 296 | 0.39 | 0.23 |
| Hex | 4D | 23 | 50 | 4 | 38 | 0 | 45 | 128 | 27 | 17 |
| Octal | 115 | 43 | 120 | 4 | 70 | 0 | 105 | 450 | 47 | 27 |
| Binary | 1001101 | 100011 | 1010000 | 100 | 111000 | 0 | 1000101 | 100101000 | 100111 | 10111 |
Color Harmonies of #4D2350
Complementary color
Monochromatic Colors of #4D2350
Black with #4D2350
Text Example
Text Example
White with #4D2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2350; }
p { color: rgb(77,35,80); }
H1.HeaderClassName
{
color: #4D2350;
}
.AnyTagClassName
{
color: #4D2350;
}
</style>
background-color css
<style>
a { background-color: #4D2350; }
a { background-color: rgb(77,35,80); }
div.DivClassName
{
background-color: #4D2350;
}
.BgClassName
{
background-color: #4D2350;
}
</style>
border-color css
<style>
span { border-color: #4D2350; }
span { border-color: rgb(77,35,80); }
td.TdClassName
{
border-color: #4D2350;
}
.TagClassName
{
border-color: #4D2350;
}
</style>