Shades of Hot Purple #4C114C
Tints of Hot Purple #4C114C
RGB
CMYK
RGB Variations
Color information
#4C114C (or 0x4C114C) is known color: Hot Purple. HEX triplet: 4C, 11 and 4C. RGB value is (76,17,76). Sum of RGB (Red+Green+Blue) = 76+17+76=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C114C is #B3EEB3. Grayscale: #292929. Windows color (decimal): -11792052 or 4985164. OLE color: 4985164.
HSL color Cylindrical-coordinate representation of color #4C114C: hue angle of 300º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C114C is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 76 | - |
| CMYK | 0 | 0.78 | 0 | 0.70 |
| HSL | 300º | 0.63% | 0.18% | - |
| HSV(B) | 300º | 0.78% | 0.3% | - |
| XYZ | 4.49 | 2.46 | 7.08 | - |
| YUV | 41.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 76 | 0 | 0.78 | 0 | 0.70 | 300 | 0.63 | 0.18 |
| Hex | 4C | 11 | 4C | 0 | 4E | 0 | 46 | 12C | 3F | 12 |
| Octal | 114 | 21 | 114 | 0 | 116 | 0 | 106 | 454 | 77 | 22 |
| Binary | 1001100 | 10001 | 1001100 | 0 | 1001110 | 0 | 1000110 | 100101100 | 111111 | 10010 |
Color Harmonies of #4C114C
Complementary color
Monochromatic Colors of #4C114C
Black with #4C114C
Text Example
Text Example
White with #4C114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C114C; }
p { color: rgb(76,17,76); }
H1.HeaderClassName
{
color: #4C114C;
}
.AnyTagClassName
{
color: #4C114C;
}
</style>
background-color css
<style>
a { background-color: #4C114C; }
a { background-color: rgb(76,17,76); }
div.DivClassName
{
background-color: #4C114C;
}
.BgClassName
{
background-color: #4C114C;
}
</style>
border-color css
<style>
span { border-color: #4C114C; }
span { border-color: rgb(76,17,76); }
td.TdClassName
{
border-color: #4C114C;
}
.TagClassName
{
border-color: #4C114C;
}
</style>