Shades of Hot Purple #4A2F4D
Tints of Hot Purple #4A2F4D
RGB
CMYK
RGB Variations
Color information
#4A2F4D (or 0x4A2F4D) is known color: Hot Purple. HEX triplet: 4A, 2F and 4D. RGB value is (74,47,77). Sum of RGB (Red+Green+Blue) = 74+47+77=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A2F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F4D is #B5D0B2. Grayscale: #3A3A3A. Windows color (decimal): -11915443 or 5058378. OLE color: 5058378.
HSL color Cylindrical-coordinate representation of color #4A2F4D: hue angle of 294º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A2F4D is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 47 | 77 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.70 |
| HSL | 294º | 0.24% | 0.24% | - |
| HSV(B) | 294º | 0.39% | 0.3% | - |
| XYZ | 5.18 | 4.02 | 7.53 | - |
| YUV | 58.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 77 | 0.04 | 0.39 | 0 | 0.70 | 294 | 0.24 | 0.24 |
| Hex | 4A | 2F | 4D | 4 | 27 | 0 | 46 | 126 | 18 | 18 |
| Octal | 112 | 57 | 115 | 4 | 47 | 0 | 106 | 446 | 30 | 30 |
| Binary | 1001010 | 101111 | 1001101 | 100 | 100111 | 0 | 1000110 | 100100110 | 11000 | 11000 |
Color Harmonies of #4A2F4D
Complementary color
Monochromatic Colors of #4A2F4D
Black with #4A2F4D
Text Example
Text Example
White with #4A2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F4D; }
p { color: rgb(74,47,77); }
H1.HeaderClassName
{
color: #4A2F4D;
}
.AnyTagClassName
{
color: #4A2F4D;
}
</style>
background-color css
<style>
a { background-color: #4A2F4D; }
a { background-color: rgb(74,47,77); }
div.DivClassName
{
background-color: #4A2F4D;
}
.BgClassName
{
background-color: #4A2F4D;
}
</style>
border-color css
<style>
span { border-color: #4A2F4D; }
span { border-color: rgb(74,47,77); }
td.TdClassName
{
border-color: #4A2F4D;
}
.TagClassName
{
border-color: #4A2F4D;
}
</style>