Shades of Hot Purple #4A2054
Tints of Hot Purple #4A2054
RGB
CMYK
RGB Variations
Color information
#4A2054 (or 0x4A2054) is known color: Hot Purple. HEX triplet: 4A, 20 and 54. RGB value is (74,32,84). Sum of RGB (Red+Green+Blue) = 74+32+84=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A2054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2054 is #B5DFAB. Grayscale: #323232. Windows color (decimal): -11919276 or 5513290. OLE color: 5513290.
HSL color Cylindrical-coordinate representation of color #4A2054: hue angle of 288.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A2054 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 32 | 84 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.67 |
| HSL | 288.46º | 0.45% | 0.23% | - |
| HSV(B) | 288.46º | 0.62% | 0.33% | - |
| XYZ | 4.94 | 3.13 | 8.73 | - |
| YUV | 50.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 84 | 0.12 | 0.62 | 0 | 0.67 | 288.46 | 0.45 | 0.23 |
| Hex | 4A | 20 | 54 | C | 3E | 0 | 43 | 120 | 2D | 17 |
| Octal | 112 | 40 | 124 | 14 | 76 | 0 | 103 | 440 | 55 | 27 |
| Binary | 1001010 | 100000 | 1010100 | 1100 | 111110 | 0 | 1000011 | 100100000 | 101101 | 10111 |
Color Harmonies of #4A2054
Complementary color
Monochromatic Colors of #4A2054
Black with #4A2054
Text Example
Text Example
White with #4A2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2054; }
p { color: rgb(74,32,84); }
H1.HeaderClassName
{
color: #4A2054;
}
.AnyTagClassName
{
color: #4A2054;
}
</style>
background-color css
<style>
a { background-color: #4A2054; }
a { background-color: rgb(74,32,84); }
div.DivClassName
{
background-color: #4A2054;
}
.BgClassName
{
background-color: #4A2054;
}
</style>
border-color css
<style>
span { border-color: #4A2054; }
span { border-color: rgb(74,32,84); }
td.TdClassName
{
border-color: #4A2054;
}
.TagClassName
{
border-color: #4A2054;
}
</style>