Shades of Hot Purple #4D2351
Tints of Hot Purple #4D2351
RGB
CMYK
RGB Variations
Color information
#4D2351 (or 0x4D2351) is known color: Hot Purple. HEX triplet: 4D, 23 and 51. RGB value is (77,35,81). Sum of RGB (Red+Green+Blue) = 77+35+81=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D2351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2351 is #B2DCAE. Grayscale: #343434. Windows color (decimal): -11721903 or 5317453. OLE color: 5317453.
HSL color Cylindrical-coordinate representation of color #4D2351: hue angle of 294.78º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2351 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 35 | 81 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.68 |
| HSL | 294.78º | 0.4% | 0.23% | - |
| HSV(B) | 294.78º | 0.57% | 0.32% | - |
| XYZ | 5.15 | 3.37 | 8.16 | - |
| YUV | 52.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 81 | 0.05 | 0.57 | 0 | 0.68 | 294.78 | 0.4 | 0.23 |
| Hex | 4D | 23 | 51 | 5 | 39 | 0 | 44 | 127 | 28 | 17 |
| Octal | 115 | 43 | 121 | 5 | 71 | 0 | 104 | 447 | 50 | 27 |
| Binary | 1001101 | 100011 | 1010001 | 101 | 111001 | 0 | 1000100 | 100100111 | 101000 | 10111 |
Color Harmonies of #4D2351
Complementary color
Monochromatic Colors of #4D2351
Black with #4D2351
Text Example
Text Example
White with #4D2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2351; }
p { color: rgb(77,35,81); }
H1.HeaderClassName
{
color: #4D2351;
}
.AnyTagClassName
{
color: #4D2351;
}
</style>
background-color css
<style>
a { background-color: #4D2351; }
a { background-color: rgb(77,35,81); }
div.DivClassName
{
background-color: #4D2351;
}
.BgClassName
{
background-color: #4D2351;
}
</style>
border-color css
<style>
span { border-color: #4D2351; }
span { border-color: rgb(77,35,81); }
td.TdClassName
{
border-color: #4D2351;
}
.TagClassName
{
border-color: #4D2351;
}
</style>