Shades of Hot Purple #4A2E4F
Tints of Hot Purple #4A2E4F
RGB
CMYK
RGB Variations
Color information
#4A2E4F (or 0x4A2E4F) is known color: Hot Purple. HEX triplet: 4A, 2E and 4F. RGB value is (74,46,79). Sum of RGB (Red+Green+Blue) = 74+46+79=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A2E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2E4F is #B5D1B0. Grayscale: #3A3A3A. Windows color (decimal): -11915697 or 5189194. OLE color: 5189194.
HSL color Cylindrical-coordinate representation of color #4A2E4F: hue angle of 290.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A2E4F is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 46 | 79 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.69 |
| HSL | 290.91º | 0.26% | 0.25% | - |
| HSV(B) | 290.91º | 0.42% | 0.31% | - |
| XYZ | 5.21 | 3.97 | 7.89 | - |
| YUV | 58.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 79 | 0.06 | 0.42 | 0 | 0.69 | 290.91 | 0.26 | 0.25 |
| Hex | 4A | 2E | 4F | 6 | 2A | 0 | 45 | 123 | 1A | 19 |
| Octal | 112 | 56 | 117 | 6 | 52 | 0 | 105 | 443 | 32 | 31 |
| Binary | 1001010 | 101110 | 1001111 | 110 | 101010 | 0 | 1000101 | 100100011 | 11010 | 11001 |
Color Harmonies of #4A2E4F
Complementary color
Monochromatic Colors of #4A2E4F
Black with #4A2E4F
Text Example
Text Example
White with #4A2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E4F; }
p { color: rgb(74,46,79); }
H1.HeaderClassName
{
color: #4A2E4F;
}
.AnyTagClassName
{
color: #4A2E4F;
}
</style>
background-color css
<style>
a { background-color: #4A2E4F; }
a { background-color: rgb(74,46,79); }
div.DivClassName
{
background-color: #4A2E4F;
}
.BgClassName
{
background-color: #4A2E4F;
}
</style>
border-color css
<style>
span { border-color: #4A2E4F; }
span { border-color: rgb(74,46,79); }
td.TdClassName
{
border-color: #4A2E4F;
}
.TagClassName
{
border-color: #4A2E4F;
}
</style>