Shades of Hot Purple #4A054D
Tints of Hot Purple #4A054D
RGB
CMYK
RGB Variations
Color information
#4A054D (or 0x4A054D) is known color: Hot Purple. HEX triplet: 4A, 05 and 4D. RGB value is (74,5,77). Sum of RGB (Red+Green+Blue) = 74+5+77=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A054D is #B5FAB2. Grayscale: #212121. Windows color (decimal): -11926195 or 5047626. OLE color: 5047626.
HSL color Cylindrical-coordinate representation of color #4A054D: hue angle of 297.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A054D is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 5 | 77 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.70 |
| HSL | 297.5º | 0.88% | 0.16% | - |
| HSV(B) | 297.5º | 0.94% | 0.3% | - |
| XYZ | 4.22 | 2.1 | 7.2 | - |
| YUV | 33.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 77 | 0.04 | 0.94 | 0 | 0.70 | 297.5 | 0.88 | 0.16 |
| Hex | 4A | 5 | 4D | 4 | 5E | 0 | 46 | 12A | 58 | 10 |
| Octal | 112 | 5 | 115 | 4 | 136 | 0 | 106 | 452 | 130 | 20 |
| Binary | 1001010 | 101 | 1001101 | 100 | 1011110 | 0 | 1000110 | 100101010 | 1011000 | 10000 |
Color Harmonies of #4A054D
Complementary color
Monochromatic Colors of #4A054D
Black with #4A054D
Text Example
Text Example
White with #4A054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A054D; }
p { color: rgb(74,5,77); }
H1.HeaderClassName
{
color: #4A054D;
}
.AnyTagClassName
{
color: #4A054D;
}
</style>
background-color css
<style>
a { background-color: #4A054D; }
a { background-color: rgb(74,5,77); }
div.DivClassName
{
background-color: #4A054D;
}
.BgClassName
{
background-color: #4A054D;
}
</style>
border-color css
<style>
span { border-color: #4A054D; }
span { border-color: rgb(74,5,77); }
td.TdClassName
{
border-color: #4A054D;
}
.TagClassName
{
border-color: #4A054D;
}
</style>