Shades of Hot Purple #4C2D54
Tints of Hot Purple #4C2D54
RGB
CMYK
RGB Variations
Color information
#4C2D54 (or 0x4C2D54) is known color: Hot Purple. HEX triplet: 4C, 2D and 54. RGB value is (76,45,84). Sum of RGB (Red+Green+Blue) = 76+45+84=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C2D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2D54 is #B3D2AB. Grayscale: #3A3A3A. Windows color (decimal): -11784876 or 5516620. OLE color: 5516620.
HSL color Cylindrical-coordinate representation of color #4C2D54: hue angle of 287.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2D54 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 45 | 84 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.67 |
| HSL | 287.69º | 0.3% | 0.25% | - |
| HSV(B) | 287.69º | 0.46% | 0.33% | - |
| XYZ | 5.52 | 4.05 | 8.88 | - |
| YUV | 58.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 84 | 0.10 | 0.46 | 0 | 0.67 | 287.69 | 0.3 | 0.25 |
| Hex | 4C | 2D | 54 | A | 2E | 0 | 43 | 120 | 1E | 19 |
| Octal | 114 | 55 | 124 | 12 | 56 | 0 | 103 | 440 | 36 | 31 |
| Binary | 1001100 | 101101 | 1010100 | 1010 | 101110 | 0 | 1000011 | 100100000 | 11110 | 11001 |
Color Harmonies of #4C2D54
Complementary color
Monochromatic Colors of #4C2D54
Black with #4C2D54
Text Example
Text Example
White with #4C2D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D54; }
p { color: rgb(76,45,84); }
H1.HeaderClassName
{
color: #4C2D54;
}
.AnyTagClassName
{
color: #4C2D54;
}
</style>
background-color css
<style>
a { background-color: #4C2D54; }
a { background-color: rgb(76,45,84); }
div.DivClassName
{
background-color: #4C2D54;
}
.BgClassName
{
background-color: #4C2D54;
}
</style>
border-color css
<style>
span { border-color: #4C2D54; }
span { border-color: rgb(76,45,84); }
td.TdClassName
{
border-color: #4C2D54;
}
.TagClassName
{
border-color: #4C2D54;
}
</style>