Shades of Hot Purple #4C224C
Tints of Hot Purple #4C224C
RGB
CMYK
RGB Variations
Color information
#4C224C (or 0x4C224C) is known color: Hot Purple. HEX triplet: 4C, 22 and 4C. RGB value is (76,34,76). Sum of RGB (Red+Green+Blue) = 76+34+76=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C224C is #B3DDB3. Grayscale: #333333. Windows color (decimal): -11787700 or 4989516. OLE color: 4989516.
HSL color Cylindrical-coordinate representation of color #4C224C: hue angle of 300º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C224C is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 76 | - |
| CMYK | 0 | 0.55 | 0 | 0.70 |
| HSL | 300º | 0.38% | 0.22% | - |
| HSV(B) | 300º | 0.55% | 0.3% | - |
| XYZ | 4.86 | 3.2 | 7.2 | - |
| YUV | 51.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 76 | 0 | 0.55 | 0 | 0.70 | 300 | 0.38 | 0.22 |
| Hex | 4C | 22 | 4C | 0 | 37 | 0 | 46 | 12C | 26 | 16 |
| Octal | 114 | 42 | 114 | 0 | 67 | 0 | 106 | 454 | 46 | 26 |
| Binary | 1001100 | 100010 | 1001100 | 0 | 110111 | 0 | 1000110 | 100101100 | 100110 | 10110 |
Color Harmonies of #4C224C
Complementary color
Monochromatic Colors of #4C224C
Black with #4C224C
Text Example
Text Example
White with #4C224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C224C; }
p { color: rgb(76,34,76); }
H1.HeaderClassName
{
color: #4C224C;
}
.AnyTagClassName
{
color: #4C224C;
}
</style>
background-color css
<style>
a { background-color: #4C224C; }
a { background-color: rgb(76,34,76); }
div.DivClassName
{
background-color: #4C224C;
}
.BgClassName
{
background-color: #4C224C;
}
</style>
border-color css
<style>
span { border-color: #4C224C; }
span { border-color: rgb(76,34,76); }
td.TdClassName
{
border-color: #4C224C;
}
.TagClassName
{
border-color: #4C224C;
}
</style>