Shades of Hot Purple #4D3250
Tints of Hot Purple #4D3250
RGB
CMYK
RGB Variations
Color information
#4D3250 (or 0x4D3250) is known color: Hot Purple. HEX triplet: 4D, 32 and 50. RGB value is (77,50,80). Sum of RGB (Red+Green+Blue) = 77+50+80=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3250 is #B2CDAF. Grayscale: #3D3D3D. Windows color (decimal): -11718064 or 5255757. OLE color: 5255757.
HSL color Cylindrical-coordinate representation of color #4D3250: hue angle of 294º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3250 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 50 | 80 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.69 |
| HSL | 294º | 0.23% | 0.25% | - |
| HSV(B) | 294º | 0.38% | 0.31% | - |
| XYZ | 5.65 | 4.44 | 8.15 | - |
| YUV | 61.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 80 | 0.04 | 0.37 | 0 | 0.69 | 294 | 0.23 | 0.25 |
| Hex | 4D | 32 | 50 | 4 | 25 | 0 | 45 | 126 | 17 | 19 |
| Octal | 115 | 62 | 120 | 4 | 45 | 0 | 105 | 446 | 27 | 31 |
| Binary | 1001101 | 110010 | 1010000 | 100 | 100101 | 0 | 1000101 | 100100110 | 10111 | 11001 |
Color Harmonies of #4D3250
Complementary color
Monochromatic Colors of #4D3250
Black with #4D3250
Text Example
Text Example
White with #4D3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3250; }
p { color: rgb(77,50,80); }
H1.HeaderClassName
{
color: #4D3250;
}
.AnyTagClassName
{
color: #4D3250;
}
</style>
background-color css
<style>
a { background-color: #4D3250; }
a { background-color: rgb(77,50,80); }
div.DivClassName
{
background-color: #4D3250;
}
.BgClassName
{
background-color: #4D3250;
}
</style>
border-color css
<style>
span { border-color: #4D3250; }
span { border-color: rgb(77,50,80); }
td.TdClassName
{
border-color: #4D3250;
}
.TagClassName
{
border-color: #4D3250;
}
</style>