Shades of Hot Purple #4C1151
Tints of Hot Purple #4C1151
RGB
CMYK
RGB Variations
Color information
#4C1151 (or 0x4C1151) is known color: Hot Purple. HEX triplet: 4C, 11 and 51. RGB value is (76,17,81). Sum of RGB (Red+Green+Blue) = 76+17+81=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C1151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1151 is #B3EEAE. Grayscale: #292929. Windows color (decimal): -11792047 or 5312844. OLE color: 5312844.
HSL color Cylindrical-coordinate representation of color #4C1151: hue angle of 295.31º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1151 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 17 | 81 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.68 |
| HSL | 295.31º | 0.65% | 0.19% | - |
| HSV(B) | 295.31º | 0.79% | 0.32% | - |
| XYZ | 4.67 | 2.53 | 8.03 | - |
| YUV | 41.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 81 | 0.06 | 0.79 | 0 | 0.68 | 295.31 | 0.65 | 0.19 |
| Hex | 4C | 11 | 51 | 6 | 4F | 0 | 44 | 127 | 41 | 13 |
| Octal | 114 | 21 | 121 | 6 | 117 | 0 | 104 | 447 | 101 | 23 |
| Binary | 1001100 | 10001 | 1010001 | 110 | 1001111 | 0 | 1000100 | 100100111 | 1000001 | 10011 |
Color Harmonies of #4C1151
Complementary color
Monochromatic Colors of #4C1151
Black with #4C1151
Text Example
Text Example
White with #4C1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1151; }
p { color: rgb(76,17,81); }
H1.HeaderClassName
{
color: #4C1151;
}
.AnyTagClassName
{
color: #4C1151;
}
</style>
background-color css
<style>
a { background-color: #4C1151; }
a { background-color: rgb(76,17,81); }
div.DivClassName
{
background-color: #4C1151;
}
.BgClassName
{
background-color: #4C1151;
}
</style>
border-color css
<style>
span { border-color: #4C1151; }
span { border-color: rgb(76,17,81); }
td.TdClassName
{
border-color: #4C1151;
}
.TagClassName
{
border-color: #4C1151;
}
</style>