Shades of Hot Purple #4C1553
Tints of Hot Purple #4C1553
RGB
CMYK
RGB Variations
Color information
#4C1553 (or 0x4C1553) is known color: Hot Purple. HEX triplet: 4C, 15 and 53. RGB value is (76,21,83). Sum of RGB (Red+Green+Blue) = 76+21+83=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C1553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1553 is #B3EAAC. Grayscale: #2C2C2C. Windows color (decimal): -11791021 or 5444940. OLE color: 5444940.
HSL color Cylindrical-coordinate representation of color #4C1553: hue angle of 293.23º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1553 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 21 | 83 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.67 |
| HSL | 293.23º | 0.6% | 0.2% | - |
| HSV(B) | 293.23º | 0.75% | 0.33% | - |
| XYZ | 4.81 | 2.7 | 8.45 | - |
| YUV | 44.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 83 | 0.08 | 0.75 | 0 | 0.67 | 293.23 | 0.6 | 0.2 |
| Hex | 4C | 15 | 53 | 8 | 4B | 0 | 43 | 125 | 3C | 14 |
| Octal | 114 | 25 | 123 | 10 | 113 | 0 | 103 | 445 | 74 | 24 |
| Binary | 1001100 | 10101 | 1010011 | 1000 | 1001011 | 0 | 1000011 | 100100101 | 111100 | 10100 |
Color Harmonies of #4C1553
Complementary color
Monochromatic Colors of #4C1553
Black with #4C1553
Text Example
Text Example
White with #4C1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1553; }
p { color: rgb(76,21,83); }
H1.HeaderClassName
{
color: #4C1553;
}
.AnyTagClassName
{
color: #4C1553;
}
</style>
background-color css
<style>
a { background-color: #4C1553; }
a { background-color: rgb(76,21,83); }
div.DivClassName
{
background-color: #4C1553;
}
.BgClassName
{
background-color: #4C1553;
}
</style>
border-color css
<style>
span { border-color: #4C1553; }
span { border-color: rgb(76,21,83); }
td.TdClassName
{
border-color: #4C1553;
}
.TagClassName
{
border-color: #4C1553;
}
</style>