Shades of Hot Purple #4C1950
Tints of Hot Purple #4C1950
RGB
CMYK
RGB Variations
Color information
#4C1950 (or 0x4C1950) is known color: Hot Purple. HEX triplet: 4C, 19 and 50. RGB value is (76,25,80). Sum of RGB (Red+Green+Blue) = 76+25+80=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1950 is #B3E6AF. Grayscale: #2E2E2E. Windows color (decimal): -11790000 or 5249356. OLE color: 5249356.
HSL color Cylindrical-coordinate representation of color #4C1950: hue angle of 295.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C1950 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 25 | 80 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.69 |
| HSL | 295.64º | 0.52% | 0.21% | - |
| HSV(B) | 295.64º | 0.69% | 0.31% | - |
| XYZ | 4.78 | 2.81 | 7.88 | - |
| YUV | 46.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 80 | 0.05 | 0.69 | 0 | 0.69 | 295.64 | 0.52 | 0.21 |
| Hex | 4C | 19 | 50 | 5 | 45 | 0 | 45 | 128 | 34 | 15 |
| Octal | 114 | 31 | 120 | 5 | 105 | 0 | 105 | 450 | 64 | 25 |
| Binary | 1001100 | 11001 | 1010000 | 101 | 1000101 | 0 | 1000101 | 100101000 | 110100 | 10101 |
Color Harmonies of #4C1950
Complementary color
Monochromatic Colors of #4C1950
Black with #4C1950
Text Example
Text Example
White with #4C1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1950; }
p { color: rgb(76,25,80); }
H1.HeaderClassName
{
color: #4C1950;
}
.AnyTagClassName
{
color: #4C1950;
}
</style>
background-color css
<style>
a { background-color: #4C1950; }
a { background-color: rgb(76,25,80); }
div.DivClassName
{
background-color: #4C1950;
}
.BgClassName
{
background-color: #4C1950;
}
</style>
border-color css
<style>
span { border-color: #4C1950; }
span { border-color: rgb(76,25,80); }
td.TdClassName
{
border-color: #4C1950;
}
.TagClassName
{
border-color: #4C1950;
}
</style>