Shades of Hot Purple #4C1850
Tints of Hot Purple #4C1850
RGB
CMYK
RGB Variations
Color information
#4C1850 (or 0x4C1850) is known color: Hot Purple. HEX triplet: 4C, 18 and 50. RGB value is (76,24,80). Sum of RGB (Red+Green+Blue) = 76+24+80=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C1850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1850 is #B3E7AF. Grayscale: #2D2D2D. Windows color (decimal): -11790256 or 5249100. OLE color: 5249100.
HSL color Cylindrical-coordinate representation of color #4C1850: hue angle of 295.71º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C1850 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 24 | 80 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.69 |
| HSL | 295.71º | 0.54% | 0.2% | - |
| HSV(B) | 295.71º | 0.7% | 0.31% | - |
| XYZ | 4.76 | 2.77 | 7.87 | - |
| YUV | 45.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 80 | 0.05 | 0.70 | 0 | 0.69 | 295.71 | 0.54 | 0.2 |
| Hex | 4C | 18 | 50 | 5 | 46 | 0 | 45 | 128 | 36 | 14 |
| Octal | 114 | 30 | 120 | 5 | 106 | 0 | 105 | 450 | 66 | 24 |
| Binary | 1001100 | 11000 | 1010000 | 101 | 1000110 | 0 | 1000101 | 100101000 | 110110 | 10100 |
Color Harmonies of #4C1850
Complementary color
Monochromatic Colors of #4C1850
Black with #4C1850
Text Example
Text Example
White with #4C1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1850; }
p { color: rgb(76,24,80); }
H1.HeaderClassName
{
color: #4C1850;
}
.AnyTagClassName
{
color: #4C1850;
}
</style>
background-color css
<style>
a { background-color: #4C1850; }
a { background-color: rgb(76,24,80); }
div.DivClassName
{
background-color: #4C1850;
}
.BgClassName
{
background-color: #4C1850;
}
</style>
border-color css
<style>
span { border-color: #4C1850; }
span { border-color: rgb(76,24,80); }
td.TdClassName
{
border-color: #4C1850;
}
.TagClassName
{
border-color: #4C1850;
}
</style>