Shades of Hot Purple #4C1A52
Tints of Hot Purple #4C1A52
RGB
CMYK
RGB Variations
Color information
#4C1A52 (or 0x4C1A52) is known color: Hot Purple. HEX triplet: 4C, 1A and 52. RGB value is (76,26,82). Sum of RGB (Red+Green+Blue) = 76+26+82=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C1A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1A52 is #B3E5AD. Grayscale: #2F2F2F. Windows color (decimal): -11789742 or 5380684. OLE color: 5380684.
HSL color Cylindrical-coordinate representation of color #4C1A52: hue angle of 293.57º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1A52 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 26 | 82 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.68 |
| HSL | 293.57º | 0.52% | 0.21% | - |
| HSV(B) | 293.57º | 0.68% | 0.32% | - |
| XYZ | 4.87 | 2.88 | 8.28 | - |
| YUV | 47.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 82 | 0.07 | 0.68 | 0 | 0.68 | 293.57 | 0.52 | 0.21 |
| Hex | 4C | 1A | 52 | 7 | 44 | 0 | 44 | 126 | 34 | 15 |
| Octal | 114 | 32 | 122 | 7 | 104 | 0 | 104 | 446 | 64 | 25 |
| Binary | 1001100 | 11010 | 1010010 | 111 | 1000100 | 0 | 1000100 | 100100110 | 110100 | 10101 |
Color Harmonies of #4C1A52
Complementary color
Monochromatic Colors of #4C1A52
Black with #4C1A52
Text Example
Text Example
White with #4C1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A52; }
p { color: rgb(76,26,82); }
H1.HeaderClassName
{
color: #4C1A52;
}
.AnyTagClassName
{
color: #4C1A52;
}
</style>
background-color css
<style>
a { background-color: #4C1A52; }
a { background-color: rgb(76,26,82); }
div.DivClassName
{
background-color: #4C1A52;
}
.BgClassName
{
background-color: #4C1A52;
}
</style>
border-color css
<style>
span { border-color: #4C1A52; }
span { border-color: rgb(76,26,82); }
td.TdClassName
{
border-color: #4C1A52;
}
.TagClassName
{
border-color: #4C1A52;
}
</style>