Shades of Hot Purple #4A2A52
Tints of Hot Purple #4A2A52
RGB
CMYK
RGB Variations
Color information
#4A2A52 (or 0x4A2A52) is known color: Hot Purple. HEX triplet: 4A, 2A and 52. RGB value is (74,42,82). Sum of RGB (Red+Green+Blue) = 74+42+82=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A2A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2A52 is #B5D5AD. Grayscale: #383838. Windows color (decimal): -11916718 or 5384778. OLE color: 5384778.
HSL color Cylindrical-coordinate representation of color #4A2A52: hue angle of 288º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A2A52 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 42 | 82 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.68 |
| HSL | 288º | 0.32% | 0.24% | - |
| HSV(B) | 288º | 0.49% | 0.32% | - |
| XYZ | 5.17 | 3.72 | 8.43 | - |
| YUV | 56.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 82 | 0.10 | 0.49 | 0 | 0.68 | 288 | 0.32 | 0.24 |
| Hex | 4A | 2A | 52 | A | 31 | 0 | 44 | 120 | 20 | 18 |
| Octal | 112 | 52 | 122 | 12 | 61 | 0 | 104 | 440 | 40 | 30 |
| Binary | 1001010 | 101010 | 1010010 | 1010 | 110001 | 0 | 1000100 | 100100000 | 100000 | 11000 |
Color Harmonies of #4A2A52
Complementary color
Monochromatic Colors of #4A2A52
Black with #4A2A52
Text Example
Text Example
White with #4A2A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A52; }
p { color: rgb(74,42,82); }
H1.HeaderClassName
{
color: #4A2A52;
}
.AnyTagClassName
{
color: #4A2A52;
}
</style>
background-color css
<style>
a { background-color: #4A2A52; }
a { background-color: rgb(74,42,82); }
div.DivClassName
{
background-color: #4A2A52;
}
.BgClassName
{
background-color: #4A2A52;
}
</style>
border-color css
<style>
span { border-color: #4A2A52; }
span { border-color: rgb(74,42,82); }
td.TdClassName
{
border-color: #4A2A52;
}
.TagClassName
{
border-color: #4A2A52;
}
</style>