Shades of Hot Purple #4C1650
Tints of Hot Purple #4C1650
RGB
CMYK
RGB Variations
Color information
#4C1650 (or 0x4C1650) is known color: Hot Purple. HEX triplet: 4C, 16 and 50. RGB value is (76,22,80). Sum of RGB (Red+Green+Blue) = 76+22+80=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1650 is #B3E9AF. Grayscale: #2C2C2C. Windows color (decimal): -11790768 or 5248588. OLE color: 5248588.
HSL color Cylindrical-coordinate representation of color #4C1650: hue angle of 295.86º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C1650 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 22 | 80 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.69 |
| HSL | 295.86º | 0.57% | 0.2% | - |
| HSV(B) | 295.86º | 0.73% | 0.31% | - |
| XYZ | 4.72 | 2.69 | 7.86 | - |
| YUV | 44.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 80 | 0.05 | 0.72 | 0 | 0.69 | 295.86 | 0.57 | 0.2 |
| Hex | 4C | 16 | 50 | 5 | 48 | 0 | 45 | 128 | 39 | 14 |
| Octal | 114 | 26 | 120 | 5 | 110 | 0 | 105 | 450 | 71 | 24 |
| Binary | 1001100 | 10110 | 1010000 | 101 | 1001000 | 0 | 1000101 | 100101000 | 111001 | 10100 |
Color Harmonies of #4C1650
Complementary color
Monochromatic Colors of #4C1650
Black with #4C1650
Text Example
Text Example
White with #4C1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1650; }
p { color: rgb(76,22,80); }
H1.HeaderClassName
{
color: #4C1650;
}
.AnyTagClassName
{
color: #4C1650;
}
</style>
background-color css
<style>
a { background-color: #4C1650; }
a { background-color: rgb(76,22,80); }
div.DivClassName
{
background-color: #4C1650;
}
.BgClassName
{
background-color: #4C1650;
}
</style>
border-color css
<style>
span { border-color: #4C1650; }
span { border-color: rgb(76,22,80); }
td.TdClassName
{
border-color: #4C1650;
}
.TagClassName
{
border-color: #4C1650;
}
</style>