Shades of Hot Purple #4A124D
Tints of Hot Purple #4A124D
RGB
CMYK
RGB Variations
Color information
#4A124D (or 0x4A124D) is known color: Hot Purple. HEX triplet: 4A, 12 and 4D. RGB value is (74,18,77). Sum of RGB (Red+Green+Blue) = 74+18+77=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A124D is #B5EDB2. Grayscale: #292929. Windows color (decimal): -11922867 or 5050954. OLE color: 5050954.
HSL color Cylindrical-coordinate representation of color #4A124D: hue angle of 296.95º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A124D is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 18 | 77 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.70 |
| HSL | 296.95º | 0.62% | 0.19% | - |
| HSV(B) | 296.95º | 0.77% | 0.3% | - |
| XYZ | 4.38 | 2.42 | 7.26 | - |
| YUV | 41.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 77 | 0.04 | 0.77 | 0 | 0.70 | 296.95 | 0.62 | 0.19 |
| Hex | 4A | 12 | 4D | 4 | 4D | 0 | 46 | 129 | 3E | 13 |
| Octal | 112 | 22 | 115 | 4 | 115 | 0 | 106 | 451 | 76 | 23 |
| Binary | 1001010 | 10010 | 1001101 | 100 | 1001101 | 0 | 1000110 | 100101001 | 111110 | 10011 |
Color Harmonies of #4A124D
Complementary color
Monochromatic Colors of #4A124D
Black with #4A124D
Text Example
Text Example
White with #4A124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A124D; }
p { color: rgb(74,18,77); }
H1.HeaderClassName
{
color: #4A124D;
}
.AnyTagClassName
{
color: #4A124D;
}
</style>
background-color css
<style>
a { background-color: #4A124D; }
a { background-color: rgb(74,18,77); }
div.DivClassName
{
background-color: #4A124D;
}
.BgClassName
{
background-color: #4A124D;
}
</style>
border-color css
<style>
span { border-color: #4A124D; }
span { border-color: rgb(74,18,77); }
td.TdClassName
{
border-color: #4A124D;
}
.TagClassName
{
border-color: #4A124D;
}
</style>