Shades of Hot Purple #4D3452
Tints of Hot Purple #4D3452
RGB
CMYK
RGB Variations
Color information
#4D3452 (or 0x4D3452) is known color: Hot Purple. HEX triplet: 4D, 34 and 52. RGB value is (77,52,82). Sum of RGB (Red+Green+Blue) = 77+52+82=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3452 is #B2CBAD. Grayscale: #3E3E3E. Windows color (decimal): -11717550 or 5387341. OLE color: 5387341.
HSL color Cylindrical-coordinate representation of color #4D3452: hue angle of 290º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D3452 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 52 | 82 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.68 |
| HSL | 290º | 0.22% | 0.26% | - |
| HSV(B) | 290º | 0.37% | 0.32% | - |
| XYZ | 5.81 | 4.64 | 8.57 | - |
| YUV | 62.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 82 | 0.06 | 0.37 | 0 | 0.68 | 290 | 0.22 | 0.26 |
| Hex | 4D | 34 | 52 | 6 | 25 | 0 | 44 | 122 | 16 | 1A |
| Octal | 115 | 64 | 122 | 6 | 45 | 0 | 104 | 442 | 26 | 32 |
| Binary | 1001101 | 110100 | 1010010 | 110 | 100101 | 0 | 1000100 | 100100010 | 10110 | 11010 |
Color Harmonies of #4D3452
Complementary color
Monochromatic Colors of #4D3452
Black with #4D3452
Text Example
Text Example
White with #4D3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3452; }
p { color: rgb(77,52,82); }
H1.HeaderClassName
{
color: #4D3452;
}
.AnyTagClassName
{
color: #4D3452;
}
</style>
background-color css
<style>
a { background-color: #4D3452; }
a { background-color: rgb(77,52,82); }
div.DivClassName
{
background-color: #4D3452;
}
.BgClassName
{
background-color: #4D3452;
}
</style>
border-color css
<style>
span { border-color: #4D3452; }
span { border-color: rgb(77,52,82); }
td.TdClassName
{
border-color: #4D3452;
}
.TagClassName
{
border-color: #4D3452;
}
</style>