Shades of Hot Purple #4A304A
Tints of Hot Purple #4A304A
RGB
CMYK
RGB Variations
Color information
#4A304A (or 0x4A304A) is known color: Hot Purple. HEX triplet: 4A, 30 and 4A. RGB value is (74,48,74). Sum of RGB (Red+Green+Blue) = 74+48+74=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: red, blue. Hex color #4A304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A304A is #B5CFB5. Grayscale: #3A3A3A. Windows color (decimal): -11915190 or 4862026. OLE color: 4862026.
HSL color Cylindrical-coordinate representation of color #4A304A: hue angle of 300º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A304A is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 74 | - |
| CMYK | 0 | 0.35 | 0 | 0.71 |
| HSL | 300º | 0.21% | 0.24% | - |
| HSV(B) | 300º | 0.35% | 0.29% | - |
| XYZ | 5.12 | 4.06 | 6.99 | - |
| YUV | 58.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 74 | 0 | 0.35 | 0 | 0.71 | 300 | 0.21 | 0.24 |
| Hex | 4A | 30 | 4A | 0 | 23 | 0 | 47 | 12C | 15 | 18 |
| Octal | 112 | 60 | 112 | 0 | 43 | 0 | 107 | 454 | 25 | 30 |
| Binary | 1001010 | 110000 | 1001010 | 0 | 100011 | 0 | 1000111 | 100101100 | 10101 | 11000 |
Color Harmonies of #4A304A
Complementary color
Monochromatic Colors of #4A304A
Black with #4A304A
Text Example
Text Example
White with #4A304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A304A; }
p { color: rgb(74,48,74); }
H1.HeaderClassName
{
color: #4A304A;
}
.AnyTagClassName
{
color: #4A304A;
}
</style>
background-color css
<style>
a { background-color: #4A304A; }
a { background-color: rgb(74,48,74); }
div.DivClassName
{
background-color: #4A304A;
}
.BgClassName
{
background-color: #4A304A;
}
</style>
border-color css
<style>
span { border-color: #4A304A; }
span { border-color: rgb(74,48,74); }
td.TdClassName
{
border-color: #4A304A;
}
.TagClassName
{
border-color: #4A304A;
}
</style>