Shades of Hot Purple #4C3550
Tints of Hot Purple #4C3550
RGB
CMYK
RGB Variations
Color information
#4C3550 (or 0x4C3550) is known color: Hot Purple. HEX triplet: 4C, 35 and 50. RGB value is (76,53,80). Sum of RGB (Red+Green+Blue) = 76+53+80=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3550 is #B3CAAF. Grayscale: #3E3E3E. Windows color (decimal): -11782832 or 5256524. OLE color: 5256524.
HSL color Cylindrical-coordinate representation of color #4C3550: hue angle of 291.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C3550 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 53 | 80 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.69 |
| HSL | 291.11º | 0.2% | 0.26% | - |
| HSV(B) | 291.11º | 0.34% | 0.31% | - |
| XYZ | 5.7 | 4.66 | 8.19 | - |
| YUV | 62.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 80 | 0.05 | 0.34 | 0 | 0.69 | 291.11 | 0.2 | 0.26 |
| Hex | 4C | 35 | 50 | 5 | 22 | 0 | 45 | 123 | 14 | 1A |
| Octal | 114 | 65 | 120 | 5 | 42 | 0 | 105 | 443 | 24 | 32 |
| Binary | 1001100 | 110101 | 1010000 | 101 | 100010 | 0 | 1000101 | 100100011 | 10100 | 11010 |
Color Harmonies of #4C3550
Complementary color
Monochromatic Colors of #4C3550
Black with #4C3550
Text Example
Text Example
White with #4C3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3550; }
p { color: rgb(76,53,80); }
H1.HeaderClassName
{
color: #4C3550;
}
.AnyTagClassName
{
color: #4C3550;
}
</style>
background-color css
<style>
a { background-color: #4C3550; }
a { background-color: rgb(76,53,80); }
div.DivClassName
{
background-color: #4C3550;
}
.BgClassName
{
background-color: #4C3550;
}
</style>
border-color css
<style>
span { border-color: #4C3550; }
span { border-color: rgb(76,53,80); }
td.TdClassName
{
border-color: #4C3550;
}
.TagClassName
{
border-color: #4C3550;
}
</style>