Shades of Hot Purple #4A034D
Tints of Hot Purple #4A034D
RGB
CMYK
RGB Variations
Color information
#4A034D (or 0x4A034D) is known color: Hot Purple. HEX triplet: 4A, 03 and 4D. RGB value is (74,3,77). Sum of RGB (Red+Green+Blue) = 74+3+77=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A034D is #B5FCB2. Grayscale: #202020. Windows color (decimal): -11926707 or 5047114. OLE color: 5047114.
HSL color Cylindrical-coordinate representation of color #4A034D: hue angle of 297.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A034D is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 3 | 77 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.70 |
| HSL | 297.57º | 0.93% | 0.16% | - |
| HSV(B) | 297.57º | 0.96% | 0.3% | - |
| XYZ | 4.2 | 2.06 | 7.2 | - |
| YUV | 32.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 77 | 0.04 | 0.96 | 0 | 0.70 | 297.57 | 0.93 | 0.16 |
| Hex | 4A | 3 | 4D | 4 | 60 | 0 | 46 | 12A | 5C | 10 |
| Octal | 112 | 3 | 115 | 4 | 140 | 0 | 106 | 452 | 134 | 20 |
| Binary | 1001010 | 11 | 1001101 | 100 | 1100000 | 0 | 1000110 | 100101010 | 1011100 | 10000 |
Color Harmonies of #4A034D
Complementary color
Monochromatic Colors of #4A034D
Black with #4A034D
Text Example
Text Example
White with #4A034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A034D; }
p { color: rgb(74,3,77); }
H1.HeaderClassName
{
color: #4A034D;
}
.AnyTagClassName
{
color: #4A034D;
}
</style>
background-color css
<style>
a { background-color: #4A034D; }
a { background-color: rgb(74,3,77); }
div.DivClassName
{
background-color: #4A034D;
}
.BgClassName
{
background-color: #4A034D;
}
</style>
border-color css
<style>
span { border-color: #4A034D; }
span { border-color: rgb(74,3,77); }
td.TdClassName
{
border-color: #4A034D;
}
.TagClassName
{
border-color: #4A034D;
}
</style>