Shades of Hot Purple #4C024D
Tints of Hot Purple #4C024D
RGB
CMYK
RGB Variations
Color information
#4C024D (or 0x4C024D) is known color: Hot Purple. HEX triplet: 4C, 02 and 4D. RGB value is (76,2,77). Sum of RGB (Red+Green+Blue) = 76+2+77=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C024D is #B3FDB2. Grayscale: #202020. Windows color (decimal): -11795891 or 5046860. OLE color: 5046860.
HSL color Cylindrical-coordinate representation of color #4C024D: hue angle of 299.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C024D is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 2 | 77 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.70 |
| HSL | 299.2º | 0.95% | 0.15% | - |
| HSV(B) | 299.2º | 0.97% | 0.3% | - |
| XYZ | 4.34 | 2.12 | 7.2 | - |
| YUV | 32.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 77 | 0.01 | 0.97 | 0 | 0.70 | 299.2 | 0.95 | 0.15 |
| Hex | 4C | 2 | 4D | 1 | 61 | 0 | 46 | 12B | 5F | F |
| Octal | 114 | 2 | 115 | 1 | 141 | 0 | 106 | 453 | 137 | 17 |
| Binary | 1001100 | 10 | 1001101 | 1 | 1100001 | 0 | 1000110 | 100101011 | 1011111 | 1111 |
Color Harmonies of #4C024D
Complementary color
Monochromatic Colors of #4C024D
Black with #4C024D
Text Example
Text Example
White with #4C024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C024D; }
p { color: rgb(76,2,77); }
H1.HeaderClassName
{
color: #4C024D;
}
.AnyTagClassName
{
color: #4C024D;
}
</style>
background-color css
<style>
a { background-color: #4C024D; }
a { background-color: rgb(76,2,77); }
div.DivClassName
{
background-color: #4C024D;
}
.BgClassName
{
background-color: #4C024D;
}
</style>
border-color css
<style>
span { border-color: #4C024D; }
span { border-color: rgb(76,2,77); }
td.TdClassName
{
border-color: #4C024D;
}
.TagClassName
{
border-color: #4C024D;
}
</style>