Shades of Hot Purple #4C1354
Tints of Hot Purple #4C1354
RGB
CMYK
RGB Variations
Color information
#4C1354 (or 0x4C1354) is known color: Hot Purple. HEX triplet: 4C, 13 and 54. RGB value is (76,19,84). Sum of RGB (Red+Green+Blue) = 76+19+84=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C1354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1354 is #B3ECAB. Grayscale: #2B2B2B. Windows color (decimal): -11791532 or 5509964. OLE color: 5509964.
HSL color Cylindrical-coordinate representation of color #4C1354: hue angle of 292.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C1354 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 19 | 84 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.67 |
| HSL | 292.62º | 0.63% | 0.2% | - |
| HSV(B) | 292.62º | 0.77% | 0.33% | - |
| XYZ | 4.81 | 2.64 | 8.64 | - |
| YUV | 43.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 84 | 0.10 | 0.77 | 0 | 0.67 | 292.62 | 0.63 | 0.2 |
| Hex | 4C | 13 | 54 | A | 4D | 0 | 43 | 125 | 3F | 14 |
| Octal | 114 | 23 | 124 | 12 | 115 | 0 | 103 | 445 | 77 | 24 |
| Binary | 1001100 | 10011 | 1010100 | 1010 | 1001101 | 0 | 1000011 | 100100101 | 111111 | 10100 |
Color Harmonies of #4C1354
Complementary color
Monochromatic Colors of #4C1354
Black with #4C1354
Text Example
Text Example
White with #4C1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1354; }
p { color: rgb(76,19,84); }
H1.HeaderClassName
{
color: #4C1354;
}
.AnyTagClassName
{
color: #4C1354;
}
</style>
background-color css
<style>
a { background-color: #4C1354; }
a { background-color: rgb(76,19,84); }
div.DivClassName
{
background-color: #4C1354;
}
.BgClassName
{
background-color: #4C1354;
}
</style>
border-color css
<style>
span { border-color: #4C1354; }
span { border-color: rgb(76,19,84); }
td.TdClassName
{
border-color: #4C1354;
}
.TagClassName
{
border-color: #4C1354;
}
</style>