Shades of Hot Purple #4C1550
Tints of Hot Purple #4C1550
RGB
CMYK
RGB Variations
Color information
#4C1550 (or 0x4C1550) is known color: Hot Purple. HEX triplet: 4C, 15 and 50. RGB value is (76,21,80). Sum of RGB (Red+Green+Blue) = 76+21+80=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1550 is #B3EAAF. Grayscale: #2B2B2B. Windows color (decimal): -11791024 or 5248332. OLE color: 5248332.
HSL color Cylindrical-coordinate representation of color #4C1550: hue angle of 295.93º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1550 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 21 | 80 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.69 |
| HSL | 295.93º | 0.58% | 0.2% | - |
| HSV(B) | 295.93º | 0.74% | 0.31% | - |
| XYZ | 4.7 | 2.65 | 7.85 | - |
| YUV | 44.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 80 | 0.05 | 0.74 | 0 | 0.69 | 295.93 | 0.58 | 0.2 |
| Hex | 4C | 15 | 50 | 5 | 4A | 0 | 45 | 128 | 3A | 14 |
| Octal | 114 | 25 | 120 | 5 | 112 | 0 | 105 | 450 | 72 | 24 |
| Binary | 1001100 | 10101 | 1010000 | 101 | 1001010 | 0 | 1000101 | 100101000 | 111010 | 10100 |
Color Harmonies of #4C1550
Complementary color
Monochromatic Colors of #4C1550
Black with #4C1550
Text Example
Text Example
White with #4C1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1550; }
p { color: rgb(76,21,80); }
H1.HeaderClassName
{
color: #4C1550;
}
.AnyTagClassName
{
color: #4C1550;
}
</style>
background-color css
<style>
a { background-color: #4C1550; }
a { background-color: rgb(76,21,80); }
div.DivClassName
{
background-color: #4C1550;
}
.BgClassName
{
background-color: #4C1550;
}
</style>
border-color css
<style>
span { border-color: #4C1550; }
span { border-color: rgb(76,21,80); }
td.TdClassName
{
border-color: #4C1550;
}
.TagClassName
{
border-color: #4C1550;
}
</style>