Shades of Hot Purple #4C0759
Tints of Hot Purple #4C0759
RGB
CMYK
RGB Variations
Color information
#4C0759 (or 0x4C0759) is known color: Hot Purple. HEX triplet: 4C, 07 and 59. RGB value is (76,7,89). Sum of RGB (Red+Green+Blue) = 76+7+89=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C0759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0759 is #B3F8A6. Grayscale: #242424. Windows color (decimal): -11794599 or 5834572. OLE color: 5834572.
HSL color Cylindrical-coordinate representation of color #4C0759: hue angle of 290.49º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0759 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 7 | 89 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.65 |
| HSL | 290.49º | 0.85% | 0.19% | - |
| HSV(B) | 290.49º | 0.92% | 0.35% | - |
| XYZ | 4.86 | 2.41 | 9.66 | - |
| YUV | 36.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 89 | 0.15 | 0.92 | 0 | 0.65 | 290.49 | 0.85 | 0.19 |
| Hex | 4C | 7 | 59 | F | 5C | 0 | 41 | 122 | 55 | 13 |
| Octal | 114 | 7 | 131 | 17 | 134 | 0 | 101 | 442 | 125 | 23 |
| Binary | 1001100 | 111 | 1011001 | 1111 | 1011100 | 0 | 1000001 | 100100010 | 1010101 | 10011 |
Color Harmonies of #4C0759
Complementary color
Monochromatic Colors of #4C0759
Black with #4C0759
Text Example
Text Example
White with #4C0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0759; }
p { color: rgb(76,7,89); }
H1.HeaderClassName
{
color: #4C0759;
}
.AnyTagClassName
{
color: #4C0759;
}
</style>
background-color css
<style>
a { background-color: #4C0759; }
a { background-color: rgb(76,7,89); }
div.DivClassName
{
background-color: #4C0759;
}
.BgClassName
{
background-color: #4C0759;
}
</style>
border-color css
<style>
span { border-color: #4C0759; }
span { border-color: rgb(76,7,89); }
td.TdClassName
{
border-color: #4C0759;
}
.TagClassName
{
border-color: #4C0759;
}
</style>