Shades of Hot Purple #4A044D
Tints of Hot Purple #4A044D
RGB
CMYK
RGB Variations
Color information
#4A044D (or 0x4A044D) is known color: Hot Purple. HEX triplet: 4A, 04 and 4D. RGB value is (74,4,77). Sum of RGB (Red+Green+Blue) = 74+4+77=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A044D is #B5FBB2. Grayscale: #212121. Windows color (decimal): -11926451 or 5047370. OLE color: 5047370.
HSL color Cylindrical-coordinate representation of color #4A044D: hue angle of 297.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A044D is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 4 | 77 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.70 |
| HSL | 297.53º | 0.9% | 0.16% | - |
| HSV(B) | 297.53º | 0.95% | 0.3% | - |
| XYZ | 4.21 | 2.08 | 7.2 | - |
| YUV | 33.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 77 | 0.04 | 0.95 | 0 | 0.70 | 297.53 | 0.9 | 0.16 |
| Hex | 4A | 4 | 4D | 4 | 5F | 0 | 46 | 12A | 5A | 10 |
| Octal | 112 | 4 | 115 | 4 | 137 | 0 | 106 | 452 | 132 | 20 |
| Binary | 1001010 | 100 | 1001101 | 100 | 1011111 | 0 | 1000110 | 100101010 | 1011010 | 10000 |
Color Harmonies of #4A044D
Complementary color
Monochromatic Colors of #4A044D
Black with #4A044D
Text Example
Text Example
White with #4A044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A044D; }
p { color: rgb(74,4,77); }
H1.HeaderClassName
{
color: #4A044D;
}
.AnyTagClassName
{
color: #4A044D;
}
</style>
background-color css
<style>
a { background-color: #4A044D; }
a { background-color: rgb(74,4,77); }
div.DivClassName
{
background-color: #4A044D;
}
.BgClassName
{
background-color: #4A044D;
}
</style>
border-color css
<style>
span { border-color: #4A044D; }
span { border-color: rgb(74,4,77); }
td.TdClassName
{
border-color: #4A044D;
}
.TagClassName
{
border-color: #4A044D;
}
</style>