Shades of Hot Purple #4A2153
Tints of Hot Purple #4A2153
RGB
CMYK
RGB Variations
Color information
#4A2153 (or 0x4A2153) is known color: Hot Purple. HEX triplet: 4A, 21 and 53. RGB value is (74,33,83). Sum of RGB (Red+Green+Blue) = 74+33+83=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A2153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2153 is #B5DEAC. Grayscale: #323232. Windows color (decimal): -11919021 or 5448010. OLE color: 5448010.
HSL color Cylindrical-coordinate representation of color #4A2153: hue angle of 289.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2153 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 33 | 83 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.67 |
| HSL | 289.2º | 0.43% | 0.23% | - |
| HSV(B) | 289.2º | 0.6% | 0.33% | - |
| XYZ | 4.93 | 3.17 | 8.54 | - |
| YUV | 50.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 83 | 0.11 | 0.60 | 0 | 0.67 | 289.2 | 0.43 | 0.23 |
| Hex | 4A | 21 | 53 | B | 3C | 0 | 43 | 121 | 2B | 17 |
| Octal | 112 | 41 | 123 | 13 | 74 | 0 | 103 | 441 | 53 | 27 |
| Binary | 1001010 | 100001 | 1010011 | 1011 | 111100 | 0 | 1000011 | 100100001 | 101011 | 10111 |
Color Harmonies of #4A2153
Complementary color
Monochromatic Colors of #4A2153
Black with #4A2153
Text Example
Text Example
White with #4A2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2153; }
p { color: rgb(74,33,83); }
H1.HeaderClassName
{
color: #4A2153;
}
.AnyTagClassName
{
color: #4A2153;
}
</style>
background-color css
<style>
a { background-color: #4A2153; }
a { background-color: rgb(74,33,83); }
div.DivClassName
{
background-color: #4A2153;
}
.BgClassName
{
background-color: #4A2153;
}
</style>
border-color css
<style>
span { border-color: #4A2153; }
span { border-color: rgb(74,33,83); }
td.TdClassName
{
border-color: #4A2153;
}
.TagClassName
{
border-color: #4A2153;
}
</style>