Shades of Hot Purple #4C1451
Tints of Hot Purple #4C1451
RGB
CMYK
RGB Variations
Color information
#4C1451 (or 0x4C1451) is known color: Hot Purple. HEX triplet: 4C, 14 and 51. RGB value is (76,20,81). Sum of RGB (Red+Green+Blue) = 76+20+81=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1451 is #B3EBAE. Grayscale: #2B2B2B. Windows color (decimal): -11791279 or 5313612. OLE color: 5313612.
HSL color Cylindrical-coordinate representation of color #4C1451: hue angle of 295.08º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1451 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 20 | 81 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.68 |
| HSL | 295.08º | 0.6% | 0.2% | - |
| HSV(B) | 295.08º | 0.75% | 0.32% | - |
| XYZ | 4.72 | 2.63 | 8.04 | - |
| YUV | 43.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 81 | 0.06 | 0.75 | 0 | 0.68 | 295.08 | 0.6 | 0.2 |
| Hex | 4C | 14 | 51 | 6 | 4B | 0 | 44 | 127 | 3C | 14 |
| Octal | 114 | 24 | 121 | 6 | 113 | 0 | 104 | 447 | 74 | 24 |
| Binary | 1001100 | 10100 | 1010001 | 110 | 1001011 | 0 | 1000100 | 100100111 | 111100 | 10100 |
Color Harmonies of #4C1451
Complementary color
Monochromatic Colors of #4C1451
Black with #4C1451
Text Example
Text Example
White with #4C1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1451; }
p { color: rgb(76,20,81); }
H1.HeaderClassName
{
color: #4C1451;
}
.AnyTagClassName
{
color: #4C1451;
}
</style>
background-color css
<style>
a { background-color: #4C1451; }
a { background-color: rgb(76,20,81); }
div.DivClassName
{
background-color: #4C1451;
}
.BgClassName
{
background-color: #4C1451;
}
</style>
border-color css
<style>
span { border-color: #4C1451; }
span { border-color: rgb(76,20,81); }
td.TdClassName
{
border-color: #4C1451;
}
.TagClassName
{
border-color: #4C1451;
}
</style>