Shades of Hot Purple #4C2A52
Tints of Hot Purple #4C2A52
RGB
CMYK
RGB Variations
Color information
#4C2A52 (or 0x4C2A52) is known color: Hot Purple. HEX triplet: 4C, 2A and 52. RGB value is (76,42,82). Sum of RGB (Red+Green+Blue) = 76+42+82=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C2A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2A52 is #B3D5AD. Grayscale: #383838. Windows color (decimal): -11785646 or 5384780. OLE color: 5384780.
HSL color Cylindrical-coordinate representation of color #4C2A52: hue angle of 291º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C2A52 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 42 | 82 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.68 |
| HSL | 291º | 0.32% | 0.24% | - |
| HSV(B) | 291º | 0.49% | 0.32% | - |
| XYZ | 5.33 | 3.8 | 8.44 | - |
| YUV | 56.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 82 | 0.07 | 0.49 | 0 | 0.68 | 291 | 0.32 | 0.24 |
| Hex | 4C | 2A | 52 | 7 | 31 | 0 | 44 | 123 | 20 | 18 |
| Octal | 114 | 52 | 122 | 7 | 61 | 0 | 104 | 443 | 40 | 30 |
| Binary | 1001100 | 101010 | 1010010 | 111 | 110001 | 0 | 1000100 | 100100011 | 100000 | 11000 |
Color Harmonies of #4C2A52
Complementary color
Monochromatic Colors of #4C2A52
Black with #4C2A52
Text Example
Text Example
White with #4C2A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A52; }
p { color: rgb(76,42,82); }
H1.HeaderClassName
{
color: #4C2A52;
}
.AnyTagClassName
{
color: #4C2A52;
}
</style>
background-color css
<style>
a { background-color: #4C2A52; }
a { background-color: rgb(76,42,82); }
div.DivClassName
{
background-color: #4C2A52;
}
.BgClassName
{
background-color: #4C2A52;
}
</style>
border-color css
<style>
span { border-color: #4C2A52; }
span { border-color: rgb(76,42,82); }
td.TdClassName
{
border-color: #4C2A52;
}
.TagClassName
{
border-color: #4C2A52;
}
</style>