Shades of Hot Purple #4A324C
Tints of Hot Purple #4A324C
RGB
CMYK
RGB Variations
Color information
#4A324C (or 0x4A324C) is known color: Hot Purple. HEX triplet: 4A, 32 and 4C. RGB value is (74,50,76). Sum of RGB (Red+Green+Blue) = 74+50+76=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A324C is #B5CDB3. Grayscale: #3C3C3C. Windows color (decimal): -11914676 or 4993610. OLE color: 4993610.
HSL color Cylindrical-coordinate representation of color #4A324C: hue angle of 295.38º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A324C is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 50 | 76 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.70 |
| HSL | 295.38º | 0.21% | 0.25% | - |
| HSV(B) | 295.38º | 0.34% | 0.3% | - |
| XYZ | 5.27 | 4.26 | 7.38 | - |
| YUV | 60.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 76 | 0.03 | 0.34 | 0 | 0.70 | 295.38 | 0.21 | 0.25 |
| Hex | 4A | 32 | 4C | 3 | 22 | 0 | 46 | 127 | 15 | 19 |
| Octal | 112 | 62 | 114 | 3 | 42 | 0 | 106 | 447 | 25 | 31 |
| Binary | 1001010 | 110010 | 1001100 | 11 | 100010 | 0 | 1000110 | 100100111 | 10101 | 11001 |
Color Harmonies of #4A324C
Complementary color
Monochromatic Colors of #4A324C
Black with #4A324C
Text Example
Text Example
White with #4A324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A324C; }
p { color: rgb(74,50,76); }
H1.HeaderClassName
{
color: #4A324C;
}
.AnyTagClassName
{
color: #4A324C;
}
</style>
background-color css
<style>
a { background-color: #4A324C; }
a { background-color: rgb(74,50,76); }
div.DivClassName
{
background-color: #4A324C;
}
.BgClassName
{
background-color: #4A324C;
}
</style>
border-color css
<style>
span { border-color: #4A324C; }
span { border-color: rgb(74,50,76); }
td.TdClassName
{
border-color: #4A324C;
}
.TagClassName
{
border-color: #4A324C;
}
</style>