Shades of Hot Purple #4C0B59
Tints of Hot Purple #4C0B59
RGB
CMYK
RGB Variations
Color information
#4C0B59 (or 0x4C0B59) is known color: Hot Purple. HEX triplet: 4C, 0B and 59. RGB value is (76,11,89). Sum of RGB (Red+Green+Blue) = 76+11+89=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C0B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0B59 is #B3F4A6. Grayscale: #272727. Windows color (decimal): -11793575 or 5835596. OLE color: 5835596.
HSL color Cylindrical-coordinate representation of color #4C0B59: hue angle of 290º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0B59 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 11 | 89 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.65 |
| HSL | 290º | 0.78% | 0.2% | - |
| HSV(B) | 290º | 0.88% | 0.35% | - |
| XYZ | 4.9 | 2.5 | 9.67 | - |
| YUV | 39.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 89 | 0.15 | 0.88 | 0 | 0.65 | 290 | 0.78 | 0.2 |
| Hex | 4C | B | 59 | F | 58 | 0 | 41 | 122 | 4E | 14 |
| Octal | 114 | 13 | 131 | 17 | 130 | 0 | 101 | 442 | 116 | 24 |
| Binary | 1001100 | 1011 | 1011001 | 1111 | 1011000 | 0 | 1000001 | 100100010 | 1001110 | 10100 |
Color Harmonies of #4C0B59
Complementary color
Monochromatic Colors of #4C0B59
Black with #4C0B59
Text Example
Text Example
White with #4C0B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B59; }
p { color: rgb(76,11,89); }
H1.HeaderClassName
{
color: #4C0B59;
}
.AnyTagClassName
{
color: #4C0B59;
}
</style>
background-color css
<style>
a { background-color: #4C0B59; }
a { background-color: rgb(76,11,89); }
div.DivClassName
{
background-color: #4C0B59;
}
.BgClassName
{
background-color: #4C0B59;
}
</style>
border-color css
<style>
span { border-color: #4C0B59; }
span { border-color: rgb(76,11,89); }
td.TdClassName
{
border-color: #4C0B59;
}
.TagClassName
{
border-color: #4C0B59;
}
</style>