Shades of Hot Purple #4C184C
Tints of Hot Purple #4C184C
RGB
CMYK
RGB Variations
Color information
#4C184C (or 0x4C184C) is known color: Hot Purple. HEX triplet: 4C, 18 and 4C. RGB value is (76,24,76). Sum of RGB (Red+Green+Blue) = 76+24+76=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C184C is #B3E7B3. Grayscale: #2D2D2D. Windows color (decimal): -11790260 or 4986956. OLE color: 4986956.
HSL color Cylindrical-coordinate representation of color #4C184C: hue angle of 300º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C184C is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 76 | - |
| CMYK | 0 | 0.68 | 0 | 0.70 |
| HSL | 300º | 0.52% | 0.2% | - |
| HSV(B) | 300º | 0.68% | 0.3% | - |
| XYZ | 4.61 | 2.71 | 7.12 | - |
| YUV | 45.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 76 | 0 | 0.68 | 0 | 0.70 | 300 | 0.52 | 0.2 |
| Hex | 4C | 18 | 4C | 0 | 44 | 0 | 46 | 12C | 34 | 14 |
| Octal | 114 | 30 | 114 | 0 | 104 | 0 | 106 | 454 | 64 | 24 |
| Binary | 1001100 | 11000 | 1001100 | 0 | 1000100 | 0 | 1000110 | 100101100 | 110100 | 10100 |
Color Harmonies of #4C184C
Complementary color
Monochromatic Colors of #4C184C
Black with #4C184C
Text Example
Text Example
White with #4C184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C184C; }
p { color: rgb(76,24,76); }
H1.HeaderClassName
{
color: #4C184C;
}
.AnyTagClassName
{
color: #4C184C;
}
</style>
background-color css
<style>
a { background-color: #4C184C; }
a { background-color: rgb(76,24,76); }
div.DivClassName
{
background-color: #4C184C;
}
.BgClassName
{
background-color: #4C184C;
}
</style>
border-color css
<style>
span { border-color: #4C184C; }
span { border-color: rgb(76,24,76); }
td.TdClassName
{
border-color: #4C184C;
}
.TagClassName
{
border-color: #4C184C;
}
</style>