Shades of Hot Purple #4C1251
Tints of Hot Purple #4C1251
RGB
CMYK
RGB Variations
Color information
#4C1251 (or 0x4C1251) is known color: Hot Purple. HEX triplet: 4C, 12 and 51. RGB value is (76,18,81). Sum of RGB (Red+Green+Blue) = 76+18+81=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C1251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1251 is #B3EDAE. Grayscale: #2A2A2A. Windows color (decimal): -11791791 or 5313100. OLE color: 5313100.
HSL color Cylindrical-coordinate representation of color #4C1251: hue angle of 295.24º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1251 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 18 | 81 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.68 |
| HSL | 295.24º | 0.64% | 0.19% | - |
| HSV(B) | 295.24º | 0.78% | 0.32% | - |
| XYZ | 4.68 | 2.56 | 8.03 | - |
| YUV | 42.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 81 | 0.06 | 0.78 | 0 | 0.68 | 295.24 | 0.64 | 0.19 |
| Hex | 4C | 12 | 51 | 6 | 4E | 0 | 44 | 127 | 40 | 13 |
| Octal | 114 | 22 | 121 | 6 | 116 | 0 | 104 | 447 | 100 | 23 |
| Binary | 1001100 | 10010 | 1010001 | 110 | 1001110 | 0 | 1000100 | 100100111 | 1000000 | 10011 |
Color Harmonies of #4C1251
Complementary color
Monochromatic Colors of #4C1251
Black with #4C1251
Text Example
Text Example
White with #4C1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1251; }
p { color: rgb(76,18,81); }
H1.HeaderClassName
{
color: #4C1251;
}
.AnyTagClassName
{
color: #4C1251;
}
</style>
background-color css
<style>
a { background-color: #4C1251; }
a { background-color: rgb(76,18,81); }
div.DivClassName
{
background-color: #4C1251;
}
.BgClassName
{
background-color: #4C1251;
}
</style>
border-color css
<style>
span { border-color: #4C1251; }
span { border-color: rgb(76,18,81); }
td.TdClassName
{
border-color: #4C1251;
}
.TagClassName
{
border-color: #4C1251;
}
</style>