Shades of Hot Purple #4A2950
Tints of Hot Purple #4A2950
RGB
CMYK
RGB Variations
Color information
#4A2950 (or 0x4A2950) is known color: Hot Purple. HEX triplet: 4A, 29 and 50. RGB value is (74,41,80). Sum of RGB (Red+Green+Blue) = 74+41+80=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2950 is #B5D6AF. Grayscale: #373737. Windows color (decimal): -11916976 or 5253450. OLE color: 5253450.
HSL color Cylindrical-coordinate representation of color #4A2950: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A2950 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 41 | 80 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.69 |
| HSL | 290.77º | 0.32% | 0.24% | - |
| HSV(B) | 290.77º | 0.49% | 0.31% | - |
| XYZ | 5.06 | 3.62 | 8.02 | - |
| YUV | 55.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 80 | 0.08 | 0.49 | 0 | 0.69 | 290.77 | 0.32 | 0.24 |
| Hex | 4A | 29 | 50 | 8 | 31 | 0 | 45 | 123 | 20 | 18 |
| Octal | 112 | 51 | 120 | 10 | 61 | 0 | 105 | 443 | 40 | 30 |
| Binary | 1001010 | 101001 | 1010000 | 1000 | 110001 | 0 | 1000101 | 100100011 | 100000 | 11000 |
Color Harmonies of #4A2950
Complementary color
Monochromatic Colors of #4A2950
Black with #4A2950
Text Example
Text Example
White with #4A2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2950; }
p { color: rgb(74,41,80); }
H1.HeaderClassName
{
color: #4A2950;
}
.AnyTagClassName
{
color: #4A2950;
}
</style>
background-color css
<style>
a { background-color: #4A2950; }
a { background-color: rgb(74,41,80); }
div.DivClassName
{
background-color: #4A2950;
}
.BgClassName
{
background-color: #4A2950;
}
</style>
border-color css
<style>
span { border-color: #4A2950; }
span { border-color: rgb(74,41,80); }
td.TdClassName
{
border-color: #4A2950;
}
.TagClassName
{
border-color: #4A2950;
}
</style>