Shades of Hot Purple #4C1951
Tints of Hot Purple #4C1951
RGB
CMYK
RGB Variations
Color information
#4C1951 (or 0x4C1951) is known color: Hot Purple. HEX triplet: 4C, 19 and 51. RGB value is (76,25,81). Sum of RGB (Red+Green+Blue) = 76+25+81=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C1951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1951 is #B3E6AE. Grayscale: #2E2E2E. Windows color (decimal): -11789999 or 5314892. OLE color: 5314892.
HSL color Cylindrical-coordinate representation of color #4C1951: hue angle of 294.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C1951 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 25 | 81 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.68 |
| HSL | 294.64º | 0.53% | 0.21% | - |
| HSV(B) | 294.64º | 0.69% | 0.32% | - |
| XYZ | 4.81 | 2.83 | 8.08 | - |
| YUV | 46.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 81 | 0.06 | 0.69 | 0 | 0.68 | 294.64 | 0.53 | 0.21 |
| Hex | 4C | 19 | 51 | 6 | 45 | 0 | 44 | 127 | 35 | 15 |
| Octal | 114 | 31 | 121 | 6 | 105 | 0 | 104 | 447 | 65 | 25 |
| Binary | 1001100 | 11001 | 1010001 | 110 | 1000101 | 0 | 1000100 | 100100111 | 110101 | 10101 |
Color Harmonies of #4C1951
Complementary color
Monochromatic Colors of #4C1951
Black with #4C1951
Text Example
Text Example
White with #4C1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1951; }
p { color: rgb(76,25,81); }
H1.HeaderClassName
{
color: #4C1951;
}
.AnyTagClassName
{
color: #4C1951;
}
</style>
background-color css
<style>
a { background-color: #4C1951; }
a { background-color: rgb(76,25,81); }
div.DivClassName
{
background-color: #4C1951;
}
.BgClassName
{
background-color: #4C1951;
}
</style>
border-color css
<style>
span { border-color: #4C1951; }
span { border-color: rgb(76,25,81); }
td.TdClassName
{
border-color: #4C1951;
}
.TagClassName
{
border-color: #4C1951;
}
</style>