Shades of Hot Purple #4A2D50
Tints of Hot Purple #4A2D50
RGB
CMYK
RGB Variations
Color information
#4A2D50 (or 0x4A2D50) is known color: Hot Purple. HEX triplet: 4A, 2D and 50. RGB value is (74,45,80). Sum of RGB (Red+Green+Blue) = 74+45+80=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2D50 is #B5D2AF. Grayscale: #393939. Windows color (decimal): -11915952 or 5254474. OLE color: 5254474.
HSL color Cylindrical-coordinate representation of color #4A2D50: hue angle of 289.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A2D50 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 45 | 80 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.69 |
| HSL | 289.71º | 0.28% | 0.25% | - |
| HSV(B) | 289.71º | 0.44% | 0.31% | - |
| XYZ | 5.21 | 3.91 | 8.07 | - |
| YUV | 57.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 80 | 0.08 | 0.44 | 0 | 0.69 | 289.71 | 0.28 | 0.25 |
| Hex | 4A | 2D | 50 | 8 | 2C | 0 | 45 | 122 | 1C | 19 |
| Octal | 112 | 55 | 120 | 10 | 54 | 0 | 105 | 442 | 34 | 31 |
| Binary | 1001010 | 101101 | 1010000 | 1000 | 101100 | 0 | 1000101 | 100100010 | 11100 | 11001 |
Color Harmonies of #4A2D50
Complementary color
Monochromatic Colors of #4A2D50
Black with #4A2D50
Text Example
Text Example
White with #4A2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D50; }
p { color: rgb(74,45,80); }
H1.HeaderClassName
{
color: #4A2D50;
}
.AnyTagClassName
{
color: #4A2D50;
}
</style>
background-color css
<style>
a { background-color: #4A2D50; }
a { background-color: rgb(74,45,80); }
div.DivClassName
{
background-color: #4A2D50;
}
.BgClassName
{
background-color: #4A2D50;
}
</style>
border-color css
<style>
span { border-color: #4A2D50; }
span { border-color: rgb(74,45,80); }
td.TdClassName
{
border-color: #4A2D50;
}
.TagClassName
{
border-color: #4A2D50;
}
</style>