Shades of Hot Purple #4C324E
Tints of Hot Purple #4C324E
RGB
CMYK
RGB Variations
Color information
#4C324E (or 0x4C324E) is known color: Hot Purple. HEX triplet: 4C, 32 and 4E. RGB value is (76,50,78). Sum of RGB (Red+Green+Blue) = 76+50+78=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C324E is #B3CDB1. Grayscale: #3C3C3C. Windows color (decimal): -11783602 or 5124684. OLE color: 5124684.
HSL color Cylindrical-coordinate representation of color #4C324E: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C324E is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 50 | 78 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.69 |
| HSL | 295.71º | 0.22% | 0.25% | - |
| HSV(B) | 295.71º | 0.36% | 0.31% | - |
| XYZ | 5.5 | 4.37 | 7.76 | - |
| YUV | 60.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 78 | 0.03 | 0.36 | 0 | 0.69 | 295.71 | 0.22 | 0.25 |
| Hex | 4C | 32 | 4E | 3 | 24 | 0 | 45 | 128 | 16 | 19 |
| Octal | 114 | 62 | 116 | 3 | 44 | 0 | 105 | 450 | 26 | 31 |
| Binary | 1001100 | 110010 | 1001110 | 11 | 100100 | 0 | 1000101 | 100101000 | 10110 | 11001 |
Color Harmonies of #4C324E
Complementary color
Monochromatic Colors of #4C324E
Black with #4C324E
Text Example
Text Example
White with #4C324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C324E; }
p { color: rgb(76,50,78); }
H1.HeaderClassName
{
color: #4C324E;
}
.AnyTagClassName
{
color: #4C324E;
}
</style>
background-color css
<style>
a { background-color: #4C324E; }
a { background-color: rgb(76,50,78); }
div.DivClassName
{
background-color: #4C324E;
}
.BgClassName
{
background-color: #4C324E;
}
</style>
border-color css
<style>
span { border-color: #4C324E; }
span { border-color: rgb(76,50,78); }
td.TdClassName
{
border-color: #4C324E;
}
.TagClassName
{
border-color: #4C324E;
}
</style>