Shades of Hot Purple #4A2F50
Tints of Hot Purple #4A2F50
RGB
CMYK
RGB Variations
Color information
#4A2F50 (or 0x4A2F50) is known color: Hot Purple. HEX triplet: 4A, 2F and 50. RGB value is (74,47,80). Sum of RGB (Red+Green+Blue) = 74+47+80=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A2F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F50 is #B5D0AF. Grayscale: #3A3A3A. Windows color (decimal): -11915440 or 5254986. OLE color: 5254986.
HSL color Cylindrical-coordinate representation of color #4A2F50: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A2F50 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 47 | 80 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.69 |
| HSL | 289.09º | 0.26% | 0.25% | - |
| HSV(B) | 289.09º | 0.41% | 0.31% | - |
| XYZ | 5.29 | 4.07 | 8.1 | - |
| YUV | 58.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 80 | 0.08 | 0.41 | 0 | 0.69 | 289.09 | 0.26 | 0.25 |
| Hex | 4A | 2F | 50 | 8 | 29 | 0 | 45 | 121 | 1A | 19 |
| Octal | 112 | 57 | 120 | 10 | 51 | 0 | 105 | 441 | 32 | 31 |
| Binary | 1001010 | 101111 | 1010000 | 1000 | 101001 | 0 | 1000101 | 100100001 | 11010 | 11001 |
Color Harmonies of #4A2F50
Complementary color
Monochromatic Colors of #4A2F50
Black with #4A2F50
Text Example
Text Example
White with #4A2F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F50; }
p { color: rgb(74,47,80); }
H1.HeaderClassName
{
color: #4A2F50;
}
.AnyTagClassName
{
color: #4A2F50;
}
</style>
background-color css
<style>
a { background-color: #4A2F50; }
a { background-color: rgb(74,47,80); }
div.DivClassName
{
background-color: #4A2F50;
}
.BgClassName
{
background-color: #4A2F50;
}
</style>
border-color css
<style>
span { border-color: #4A2F50; }
span { border-color: rgb(74,47,80); }
td.TdClassName
{
border-color: #4A2F50;
}
.TagClassName
{
border-color: #4A2F50;
}
</style>