Shades of Hot Purple #4C154C
Tints of Hot Purple #4C154C
RGB
CMYK
RGB Variations
Color information
#4C154C (or 0x4C154C) is known color: Hot Purple. HEX triplet: 4C, 15 and 4C. RGB value is (76,21,76). Sum of RGB (Red+Green+Blue) = 76+21+76=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C154C is #B3EAB3. Grayscale: #2B2B2B. Windows color (decimal): -11791028 or 4986188. OLE color: 4986188.
HSL color Cylindrical-coordinate representation of color #4C154C: hue angle of 300º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C154C is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 76 | - |
| CMYK | 0 | 0.72 | 0 | 0.70 |
| HSL | 300º | 0.57% | 0.19% | - |
| HSV(B) | 300º | 0.72% | 0.3% | - |
| XYZ | 4.55 | 2.59 | 7.1 | - |
| YUV | 43.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 76 | 0 | 0.72 | 0 | 0.70 | 300 | 0.57 | 0.19 |
| Hex | 4C | 15 | 4C | 0 | 48 | 0 | 46 | 12C | 39 | 13 |
| Octal | 114 | 25 | 114 | 0 | 110 | 0 | 106 | 454 | 71 | 23 |
| Binary | 1001100 | 10101 | 1001100 | 0 | 1001000 | 0 | 1000110 | 100101100 | 111001 | 10011 |
Color Harmonies of #4C154C
Complementary color
Monochromatic Colors of #4C154C
Black with #4C154C
Text Example
Text Example
White with #4C154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C154C; }
p { color: rgb(76,21,76); }
H1.HeaderClassName
{
color: #4C154C;
}
.AnyTagClassName
{
color: #4C154C;
}
</style>
background-color css
<style>
a { background-color: #4C154C; }
a { background-color: rgb(76,21,76); }
div.DivClassName
{
background-color: #4C154C;
}
.BgClassName
{
background-color: #4C154C;
}
</style>
border-color css
<style>
span { border-color: #4C154C; }
span { border-color: rgb(76,21,76); }
td.TdClassName
{
border-color: #4C154C;
}
.TagClassName
{
border-color: #4C154C;
}
</style>