Shades of Hot Purple #4D3451
Tints of Hot Purple #4D3451
RGB
CMYK
RGB Variations
Color information
#4D3451 (or 0x4D3451) is known color: Hot Purple. HEX triplet: 4D, 34 and 51. RGB value is (77,52,81). Sum of RGB (Red+Green+Blue) = 77+52+81=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D3451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3451 is #B2CBAE. Grayscale: #3E3E3E. Windows color (decimal): -11717551 or 5321805. OLE color: 5321805.
HSL color Cylindrical-coordinate representation of color #4D3451: hue angle of 291.72º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3451 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 52 | 81 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.68 |
| HSL | 291.72º | 0.22% | 0.26% | - |
| HSV(B) | 291.72º | 0.36% | 0.32% | - |
| XYZ | 5.77 | 4.63 | 8.37 | - |
| YUV | 62.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 81 | 0.05 | 0.36 | 0 | 0.68 | 291.72 | 0.22 | 0.26 |
| Hex | 4D | 34 | 51 | 5 | 24 | 0 | 44 | 124 | 16 | 1A |
| Octal | 115 | 64 | 121 | 5 | 44 | 0 | 104 | 444 | 26 | 32 |
| Binary | 1001101 | 110100 | 1010001 | 101 | 100100 | 0 | 1000100 | 100100100 | 10110 | 11010 |
Color Harmonies of #4D3451
Complementary color
Monochromatic Colors of #4D3451
Black with #4D3451
Text Example
Text Example
White with #4D3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3451; }
p { color: rgb(77,52,81); }
H1.HeaderClassName
{
color: #4D3451;
}
.AnyTagClassName
{
color: #4D3451;
}
</style>
background-color css
<style>
a { background-color: #4D3451; }
a { background-color: rgb(77,52,81); }
div.DivClassName
{
background-color: #4D3451;
}
.BgClassName
{
background-color: #4D3451;
}
</style>
border-color css
<style>
span { border-color: #4D3451; }
span { border-color: rgb(77,52,81); }
td.TdClassName
{
border-color: #4D3451;
}
.TagClassName
{
border-color: #4D3451;
}
</style>