Shades of Hot Purple #4A304D
Tints of Hot Purple #4A304D
RGB
CMYK
RGB Variations
Color information
#4A304D (or 0x4A304D) is known color: Hot Purple. HEX triplet: 4A, 30 and 4D. RGB value is (74,48,77). Sum of RGB (Red+Green+Blue) = 74+48+77=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A304D is #B5CFB2. Grayscale: #3A3A3A. Windows color (decimal): -11915187 or 5058634. OLE color: 5058634.
HSL color Cylindrical-coordinate representation of color #4A304D: hue angle of 293.79º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A304D is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 48 | 77 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.70 |
| HSL | 293.79º | 0.23% | 0.25% | - |
| HSV(B) | 293.79º | 0.38% | 0.3% | - |
| XYZ | 5.22 | 4.11 | 7.54 | - |
| YUV | 59.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 77 | 0.04 | 0.38 | 0 | 0.70 | 293.79 | 0.23 | 0.25 |
| Hex | 4A | 30 | 4D | 4 | 26 | 0 | 46 | 126 | 17 | 19 |
| Octal | 112 | 60 | 115 | 4 | 46 | 0 | 106 | 446 | 27 | 31 |
| Binary | 1001010 | 110000 | 1001101 | 100 | 100110 | 0 | 1000110 | 100100110 | 10111 | 11001 |
Color Harmonies of #4A304D
Complementary color
Monochromatic Colors of #4A304D
Black with #4A304D
Text Example
Text Example
White with #4A304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A304D; }
p { color: rgb(74,48,77); }
H1.HeaderClassName
{
color: #4A304D;
}
.AnyTagClassName
{
color: #4A304D;
}
</style>
background-color css
<style>
a { background-color: #4A304D; }
a { background-color: rgb(74,48,77); }
div.DivClassName
{
background-color: #4A304D;
}
.BgClassName
{
background-color: #4A304D;
}
</style>
border-color css
<style>
span { border-color: #4A304D; }
span { border-color: rgb(74,48,77); }
td.TdClassName
{
border-color: #4A304D;
}
.TagClassName
{
border-color: #4A304D;
}
</style>