Shades of Hot Purple #4C3153
Tints of Hot Purple #4C3153
RGB
CMYK
RGB Variations
Color information
#4C3153 (or 0x4C3153) is known color: Hot Purple. HEX triplet: 4C, 31 and 53. RGB value is (76,49,83). Sum of RGB (Red+Green+Blue) = 76+49+83=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C3153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3153 is #B3CEAC. Grayscale: #3C3C3C. Windows color (decimal): -11783853 or 5452108. OLE color: 5452108.
HSL color Cylindrical-coordinate representation of color #4C3153: hue angle of 287.65º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C3153 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 49 | 83 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.67 |
| HSL | 287.65º | 0.26% | 0.26% | - |
| HSV(B) | 287.65º | 0.41% | 0.33% | - |
| XYZ | 5.64 | 4.36 | 8.73 | - |
| YUV | 60.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 83 | 0.08 | 0.41 | 0 | 0.67 | 287.65 | 0.26 | 0.26 |
| Hex | 4C | 31 | 53 | 8 | 29 | 0 | 43 | 120 | 1A | 1A |
| Octal | 114 | 61 | 123 | 10 | 51 | 0 | 103 | 440 | 32 | 32 |
| Binary | 1001100 | 110001 | 1010011 | 1000 | 101001 | 0 | 1000011 | 100100000 | 11010 | 11010 |
Color Harmonies of #4C3153
Complementary color
Monochromatic Colors of #4C3153
Black with #4C3153
Text Example
Text Example
White with #4C3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3153; }
p { color: rgb(76,49,83); }
H1.HeaderClassName
{
color: #4C3153;
}
.AnyTagClassName
{
color: #4C3153;
}
</style>
background-color css
<style>
a { background-color: #4C3153; }
a { background-color: rgb(76,49,83); }
div.DivClassName
{
background-color: #4C3153;
}
.BgClassName
{
background-color: #4C3153;
}
</style>
border-color css
<style>
span { border-color: #4C3153; }
span { border-color: rgb(76,49,83); }
td.TdClassName
{
border-color: #4C3153;
}
.TagClassName
{
border-color: #4C3153;
}
</style>