Shades of Hot Purple #4C0050
Tints of Hot Purple #4C0050
RGB
CMYK
RGB Variations
Color information
#4C0050 (or 0x4C0050) is known color: Hot Purple. HEX triplet: 4C, 00 and 50. RGB value is (76,0,80). Sum of RGB (Red+Green+Blue) = 76+0+80=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0050 is #B3FFAF. Grayscale: #1F1F1F. Windows color (decimal): -11796400 or 5242956. OLE color: 5242956.
HSL color Cylindrical-coordinate representation of color #4C0050: hue angle of 297º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0050 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 0 | 80 | - |
| CMYK | 0.05 | 1 | 0 | 0.69 |
| HSL | 297º | 1% | 0.16% | - |
| HSV(B) | 297º | 1% | 0.31% | - |
| XYZ | 4.43 | 2.12 | 7.76 | - |
| YUV | 31.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 80 | 0.05 | 1 | 0 | 0.69 | 297 | 1 | 0.16 |
| Hex | 4C | 0 | 50 | 5 | 64 | 0 | 45 | 129 | 64 | 10 |
| Octal | 114 | 0 | 120 | 5 | 144 | 0 | 105 | 451 | 144 | 20 |
| Binary | 1001100 | 0 | 1010000 | 101 | 1100100 | 0 | 1000101 | 100101001 | 1100100 | 10000 |
Color Harmonies of #4C0050
Complementary color
Monochromatic Colors of #4C0050
Black with #4C0050
Text Example
Text Example
White with #4C0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0050; }
p { color: rgb(76,0,80); }
H1.HeaderClassName
{
color: #4C0050;
}
.AnyTagClassName
{
color: #4C0050;
}
</style>
background-color css
<style>
a { background-color: #4C0050; }
a { background-color: rgb(76,0,80); }
div.DivClassName
{
background-color: #4C0050;
}
.BgClassName
{
background-color: #4C0050;
}
</style>
border-color css
<style>
span { border-color: #4C0050; }
span { border-color: rgb(76,0,80); }
td.TdClassName
{
border-color: #4C0050;
}
.TagClassName
{
border-color: #4C0050;
}
</style>