Shades of Hot Purple #4C2750
Tints of Hot Purple #4C2750
RGB
CMYK
RGB Variations
Color information
#4C2750 (or 0x4C2750) is known color: Hot Purple. HEX triplet: 4C, 27 and 50. RGB value is (76,39,80). Sum of RGB (Red+Green+Blue) = 76+39+80=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2750 is #B3D8AF. Grayscale: #363636. Windows color (decimal): -11786416 or 5252940. OLE color: 5252940.
HSL color Cylindrical-coordinate representation of color #4C2750: hue angle of 294.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2750 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 39 | 80 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.69 |
| HSL | 294.15º | 0.34% | 0.23% | - |
| HSV(B) | 294.15º | 0.51% | 0.31% | - |
| XYZ | 5.15 | 3.57 | 8.01 | - |
| YUV | 54.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 80 | 0.05 | 0.51 | 0 | 0.69 | 294.15 | 0.34 | 0.23 |
| Hex | 4C | 27 | 50 | 5 | 33 | 0 | 45 | 126 | 22 | 17 |
| Octal | 114 | 47 | 120 | 5 | 63 | 0 | 105 | 446 | 42 | 27 |
| Binary | 1001100 | 100111 | 1010000 | 101 | 110011 | 0 | 1000101 | 100100110 | 100010 | 10111 |
Color Harmonies of #4C2750
Complementary color
Monochromatic Colors of #4C2750
Black with #4C2750
Text Example
Text Example
White with #4C2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2750; }
p { color: rgb(76,39,80); }
H1.HeaderClassName
{
color: #4C2750;
}
.AnyTagClassName
{
color: #4C2750;
}
</style>
background-color css
<style>
a { background-color: #4C2750; }
a { background-color: rgb(76,39,80); }
div.DivClassName
{
background-color: #4C2750;
}
.BgClassName
{
background-color: #4C2750;
}
</style>
border-color css
<style>
span { border-color: #4C2750; }
span { border-color: rgb(76,39,80); }
td.TdClassName
{
border-color: #4C2750;
}
.TagClassName
{
border-color: #4C2750;
}
</style>