Shades of Hot Purple #4D3253
Tints of Hot Purple #4D3253
RGB
CMYK
RGB Variations
Color information
#4D3253 (or 0x4D3253) is known color: Hot Purple. HEX triplet: 4D, 32 and 53. RGB value is (77,50,83). Sum of RGB (Red+Green+Blue) = 77+50+83=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D3253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3253 is #B2CDAC. Grayscale: #3D3D3D. Windows color (decimal): -11718061 or 5452365. OLE color: 5452365.
HSL color Cylindrical-coordinate representation of color #4D3253: hue angle of 289.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D3253 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 50 | 83 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.67 |
| HSL | 289.09º | 0.25% | 0.26% | - |
| HSV(B) | 289.09º | 0.4% | 0.33% | - |
| XYZ | 5.76 | 4.48 | 8.75 | - |
| YUV | 61.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 83 | 0.07 | 0.40 | 0 | 0.67 | 289.09 | 0.25 | 0.26 |
| Hex | 4D | 32 | 53 | 7 | 28 | 0 | 43 | 121 | 19 | 1A |
| Octal | 115 | 62 | 123 | 7 | 50 | 0 | 103 | 441 | 31 | 32 |
| Binary | 1001101 | 110010 | 1010011 | 111 | 101000 | 0 | 1000011 | 100100001 | 11001 | 11010 |
Color Harmonies of #4D3253
Complementary color
Monochromatic Colors of #4D3253
Black with #4D3253
Text Example
Text Example
White with #4D3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3253; }
p { color: rgb(77,50,83); }
H1.HeaderClassName
{
color: #4D3253;
}
.AnyTagClassName
{
color: #4D3253;
}
</style>
background-color css
<style>
a { background-color: #4D3253; }
a { background-color: rgb(77,50,83); }
div.DivClassName
{
background-color: #4D3253;
}
.BgClassName
{
background-color: #4D3253;
}
</style>
border-color css
<style>
span { border-color: #4D3253; }
span { border-color: rgb(77,50,83); }
td.TdClassName
{
border-color: #4D3253;
}
.TagClassName
{
border-color: #4D3253;
}
</style>