Shades of Hot Purple #4A2A50
Tints of Hot Purple #4A2A50
RGB
CMYK
RGB Variations
Color information
#4A2A50 (or 0x4A2A50) is known color: Hot Purple. HEX triplet: 4A, 2A and 50. RGB value is (74,42,80). Sum of RGB (Red+Green+Blue) = 74+42+80=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A2A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2A50 is #B5D5AF. Grayscale: #373737. Windows color (decimal): -11916720 or 5253706. OLE color: 5253706.
HSL color Cylindrical-coordinate representation of color #4A2A50: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A2A50 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 42 | 80 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.69 |
| HSL | 290.53º | 0.31% | 0.24% | - |
| HSV(B) | 290.53º | 0.48% | 0.31% | - |
| XYZ | 5.1 | 3.69 | 8.03 | - |
| YUV | 55.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 80 | 0.08 | 0.48 | 0 | 0.69 | 290.53 | 0.31 | 0.24 |
| Hex | 4A | 2A | 50 | 8 | 30 | 0 | 45 | 123 | 1F | 18 |
| Octal | 112 | 52 | 120 | 10 | 60 | 0 | 105 | 443 | 37 | 30 |
| Binary | 1001010 | 101010 | 1010000 | 1000 | 110000 | 0 | 1000101 | 100100011 | 11111 | 11000 |
Color Harmonies of #4A2A50
Complementary color
Monochromatic Colors of #4A2A50
Black with #4A2A50
Text Example
Text Example
White with #4A2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A50; }
p { color: rgb(74,42,80); }
H1.HeaderClassName
{
color: #4A2A50;
}
.AnyTagClassName
{
color: #4A2A50;
}
</style>
background-color css
<style>
a { background-color: #4A2A50; }
a { background-color: rgb(74,42,80); }
div.DivClassName
{
background-color: #4A2A50;
}
.BgClassName
{
background-color: #4A2A50;
}
</style>
border-color css
<style>
span { border-color: #4A2A50; }
span { border-color: rgb(74,42,80); }
td.TdClassName
{
border-color: #4A2A50;
}
.TagClassName
{
border-color: #4A2A50;
}
</style>