Shades of Hot Purple #4C024F
Tints of Hot Purple #4C024F
RGB
CMYK
RGB Variations
Color information
#4C024F (or 0x4C024F) is known color: Hot Purple. HEX triplet: 4C, 02 and 4F. RGB value is (76,2,79). Sum of RGB (Red+Green+Blue) = 76+2+79=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C024F is #B3FDB0. Grayscale: #202020. Windows color (decimal): -11795889 or 5177932. OLE color: 5177932.
HSL color Cylindrical-coordinate representation of color #4C024F: hue angle of 297.66º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C024F is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 2 | 79 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.69 |
| HSL | 297.66º | 0.95% | 0.16% | - |
| HSV(B) | 297.66º | 0.97% | 0.31% | - |
| XYZ | 4.41 | 2.14 | 7.58 | - |
| YUV | 32.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 79 | 0.04 | 0.97 | 0 | 0.69 | 297.66 | 0.95 | 0.16 |
| Hex | 4C | 2 | 4F | 4 | 61 | 0 | 45 | 12A | 5F | 10 |
| Octal | 114 | 2 | 117 | 4 | 141 | 0 | 105 | 452 | 137 | 20 |
| Binary | 1001100 | 10 | 1001111 | 100 | 1100001 | 0 | 1000101 | 100101010 | 1011111 | 10000 |
Color Harmonies of #4C024F
Complementary color
Monochromatic Colors of #4C024F
Black with #4C024F
Text Example
Text Example
White with #4C024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C024F; }
p { color: rgb(76,2,79); }
H1.HeaderClassName
{
color: #4C024F;
}
.AnyTagClassName
{
color: #4C024F;
}
</style>
background-color css
<style>
a { background-color: #4C024F; }
a { background-color: rgb(76,2,79); }
div.DivClassName
{
background-color: #4C024F;
}
.BgClassName
{
background-color: #4C024F;
}
</style>
border-color css
<style>
span { border-color: #4C024F; }
span { border-color: rgb(76,2,79); }
td.TdClassName
{
border-color: #4C024F;
}
.TagClassName
{
border-color: #4C024F;
}
</style>