Shades of Hot Purple #4C064C
Tints of Hot Purple #4C064C
RGB
CMYK
RGB Variations
Color information
#4C064C (or 0x4C064C) is known color: Hot Purple. HEX triplet: 4C, 06 and 4C. RGB value is (76,6,76). Sum of RGB (Red+Green+Blue) = 76+6+76=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C064C is #B3F9B3. Grayscale: #222222. Windows color (decimal): -11794868 or 4982348. OLE color: 4982348.
HSL color Cylindrical-coordinate representation of color #4C064C: hue angle of 300º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C064C is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 6 | 76 | - |
| CMYK | 0 | 0.92 | 0 | 0.70 |
| HSL | 300º | 0.85% | 0.16% | - |
| HSV(B) | 300º | 0.92% | 0.3% | - |
| XYZ | 4.35 | 2.19 | 7.03 | - |
| YUV | 34.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 6 | 76 | 0 | 0.92 | 0 | 0.70 | 300 | 0.85 | 0.16 |
| Hex | 4C | 6 | 4C | 0 | 5C | 0 | 46 | 12C | 55 | 10 |
| Octal | 114 | 6 | 114 | 0 | 134 | 0 | 106 | 454 | 125 | 20 |
| Binary | 1001100 | 110 | 1001100 | 0 | 1011100 | 0 | 1000110 | 100101100 | 1010101 | 10000 |
Color Harmonies of #4C064C
Complementary color
Monochromatic Colors of #4C064C
Black with #4C064C
Text Example
Text Example
White with #4C064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C064C; }
p { color: rgb(76,6,76); }
H1.HeaderClassName
{
color: #4C064C;
}
.AnyTagClassName
{
color: #4C064C;
}
</style>
background-color css
<style>
a { background-color: #4C064C; }
a { background-color: rgb(76,6,76); }
div.DivClassName
{
background-color: #4C064C;
}
.BgClassName
{
background-color: #4C064C;
}
</style>
border-color css
<style>
span { border-color: #4C064C; }
span { border-color: rgb(76,6,76); }
td.TdClassName
{
border-color: #4C064C;
}
.TagClassName
{
border-color: #4C064C;
}
</style>