Shades of Hot Purple #4C084B
Tints of Hot Purple #4C084B
RGB
CMYK
RGB Variations
Color information
#4C084B (or 0x4C084B) is known color: Hot Purple. HEX triplet: 4C, 08 and 4B. RGB value is (76,8,75). Sum of RGB (Red+Green+Blue) = 76+8+75=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C084B is #B3F7B4. Grayscale: #232323. Windows color (decimal): -11794357 or 4917324. OLE color: 4917324.
HSL color Cylindrical-coordinate representation of color #4C084B: hue angle of 300.88º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C084B is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 75 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.70 |
| HSL | 300.88º | 0.81% | 0.16% | - |
| HSV(B) | 300.88º | 0.89% | 0.3% | - |
| XYZ | 4.34 | 2.22 | 6.86 | - |
| YUV | 35.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 75 | 0 | 0.89 | 0.01 | 0.70 | 300.88 | 0.81 | 0.16 |
| Hex | 4C | 8 | 4B | 0 | 59 | 1 | 46 | 12D | 51 | 10 |
| Octal | 114 | 10 | 113 | 0 | 131 | 1 | 106 | 455 | 121 | 20 |
| Binary | 1001100 | 1000 | 1001011 | 0 | 1011001 | 1 | 1000110 | 100101101 | 1010001 | 10000 |
Color Harmonies of #4C084B
Complementary color
Monochromatic Colors of #4C084B
Black with #4C084B
Text Example
Text Example
White with #4C084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C084B; }
p { color: rgb(76,8,75); }
H1.HeaderClassName
{
color: #4C084B;
}
.AnyTagClassName
{
color: #4C084B;
}
</style>
background-color css
<style>
a { background-color: #4C084B; }
a { background-color: rgb(76,8,75); }
div.DivClassName
{
background-color: #4C084B;
}
.BgClassName
{
background-color: #4C084B;
}
</style>
border-color css
<style>
span { border-color: #4C084B; }
span { border-color: rgb(76,8,75); }
td.TdClassName
{
border-color: #4C084B;
}
.TagClassName
{
border-color: #4C084B;
}
</style>