Shades of Hot Purple #4A324D
Tints of Hot Purple #4A324D
RGB
CMYK
RGB Variations
Color information
#4A324D (or 0x4A324D) is known color: Hot Purple. HEX triplet: 4A, 32 and 4D. RGB value is (74,50,77). Sum of RGB (Red+Green+Blue) = 74+50+77=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A324D is #B5CDB2. Grayscale: #3C3C3C. Windows color (decimal): -11914675 or 5059146. OLE color: 5059146.
HSL color Cylindrical-coordinate representation of color #4A324D: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A324D is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 50 | 77 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.70 |
| HSL | 293.33º | 0.21% | 0.25% | - |
| HSV(B) | 293.33º | 0.35% | 0.3% | - |
| XYZ | 5.3 | 4.27 | 7.57 | - |
| YUV | 60.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 77 | 0.04 | 0.35 | 0 | 0.70 | 293.33 | 0.21 | 0.25 |
| Hex | 4A | 32 | 4D | 4 | 23 | 0 | 46 | 125 | 15 | 19 |
| Octal | 112 | 62 | 115 | 4 | 43 | 0 | 106 | 445 | 25 | 31 |
| Binary | 1001010 | 110010 | 1001101 | 100 | 100011 | 0 | 1000110 | 100100101 | 10101 | 11001 |
Color Harmonies of #4A324D
Complementary color
Monochromatic Colors of #4A324D
Black with #4A324D
Text Example
Text Example
White with #4A324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A324D; }
p { color: rgb(74,50,77); }
H1.HeaderClassName
{
color: #4A324D;
}
.AnyTagClassName
{
color: #4A324D;
}
</style>
background-color css
<style>
a { background-color: #4A324D; }
a { background-color: rgb(74,50,77); }
div.DivClassName
{
background-color: #4A324D;
}
.BgClassName
{
background-color: #4A324D;
}
</style>
border-color css
<style>
span { border-color: #4A324D; }
span { border-color: rgb(74,50,77); }
td.TdClassName
{
border-color: #4A324D;
}
.TagClassName
{
border-color: #4A324D;
}
</style>