Shades of Hot Purple #4C2B4B
Tints of Hot Purple #4C2B4B
RGB
CMYK
RGB Variations
Color information
#4C2B4B (or 0x4C2B4B) is known color: Hot Purple. HEX triplet: 4C, 2B and 4B. RGB value is (76,43,75). Sum of RGB (Red+Green+Blue) = 76+43+75=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B4B is #B3D4B4. Grayscale: #383838. Windows color (decimal): -11785397 or 4926284. OLE color: 4926284.
HSL color Cylindrical-coordinate representation of color #4C2B4B: hue angle of 301.82º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C2B4B is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 75 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.70 |
| HSL | 301.82º | 0.28% | 0.23% | - |
| HSV(B) | 301.82º | 0.43% | 0.3% | - |
| XYZ | 5.11 | 3.77 | 7.12 | - |
| YUV | 56.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 75 | 0 | 0.43 | 0.01 | 0.70 | 301.82 | 0.28 | 0.23 |
| Hex | 4C | 2B | 4B | 0 | 2B | 1 | 46 | 12E | 1C | 17 |
| Octal | 114 | 53 | 113 | 0 | 53 | 1 | 106 | 456 | 34 | 27 |
| Binary | 1001100 | 101011 | 1001011 | 0 | 101011 | 1 | 1000110 | 100101110 | 11100 | 10111 |
Color Harmonies of #4C2B4B
Complementary color
Monochromatic Colors of #4C2B4B
Black with #4C2B4B
Text Example
Text Example
White with #4C2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B4B; }
p { color: rgb(76,43,75); }
H1.HeaderClassName
{
color: #4C2B4B;
}
.AnyTagClassName
{
color: #4C2B4B;
}
</style>
background-color css
<style>
a { background-color: #4C2B4B; }
a { background-color: rgb(76,43,75); }
div.DivClassName
{
background-color: #4C2B4B;
}
.BgClassName
{
background-color: #4C2B4B;
}
</style>
border-color css
<style>
span { border-color: #4C2B4B; }
span { border-color: rgb(76,43,75); }
td.TdClassName
{
border-color: #4C2B4B;
}
.TagClassName
{
border-color: #4C2B4B;
}
</style>