Shades of Hot Purple #4C1554
Tints of Hot Purple #4C1554
RGB
CMYK
RGB Variations
Color information
#4C1554 (or 0x4C1554) is known color: Hot Purple. HEX triplet: 4C, 15 and 54. RGB value is (76,21,84). Sum of RGB (Red+Green+Blue) = 76+21+84=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1554 is #B3EAAB. Grayscale: #2C2C2C. Windows color (decimal): -11791020 or 5510476. OLE color: 5510476.
HSL color Cylindrical-coordinate representation of color #4C1554: hue angle of 292.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1554 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 21 | 84 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.67 |
| HSL | 292.38º | 0.6% | 0.21% | - |
| HSV(B) | 292.38º | 0.75% | 0.33% | - |
| XYZ | 4.85 | 2.71 | 8.66 | - |
| YUV | 44.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 84 | 0.10 | 0.75 | 0 | 0.67 | 292.38 | 0.6 | 0.21 |
| Hex | 4C | 15 | 54 | A | 4B | 0 | 43 | 124 | 3C | 15 |
| Octal | 114 | 25 | 124 | 12 | 113 | 0 | 103 | 444 | 74 | 25 |
| Binary | 1001100 | 10101 | 1010100 | 1010 | 1001011 | 0 | 1000011 | 100100100 | 111100 | 10101 |
Color Harmonies of #4C1554
Complementary color
Monochromatic Colors of #4C1554
Black with #4C1554
Text Example
Text Example
White with #4C1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1554; }
p { color: rgb(76,21,84); }
H1.HeaderClassName
{
color: #4C1554;
}
.AnyTagClassName
{
color: #4C1554;
}
</style>
background-color css
<style>
a { background-color: #4C1554; }
a { background-color: rgb(76,21,84); }
div.DivClassName
{
background-color: #4C1554;
}
.BgClassName
{
background-color: #4C1554;
}
</style>
border-color css
<style>
span { border-color: #4C1554; }
span { border-color: rgb(76,21,84); }
td.TdClassName
{
border-color: #4C1554;
}
.TagClassName
{
border-color: #4C1554;
}
</style>