Shades of Purple #7A048A
Tints of Purple #7A048A
RGB
CMYK
RGB Variations
Color information
#7A048A (or 0x7A048A) is known color: Purple. HEX triplet: 7A, 04 and 8A. RGB value is (122,4,138). Sum of RGB (Red+Green+Blue) = 122+4+138=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A048A is #85FB75. Grayscale: #363636. Windows color (decimal): -8780662 or 9045114. OLE color: 9045114.
HSL color Cylindrical-coordinate representation of color #7A048A: hue angle of 292.84º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A048A is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 4 | 138 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.46 |
| HSL | 292.84º | 0.94% | 0.28% | - |
| HSV(B) | 292.84º | 0.97% | 0.54% | - |
| XYZ | 12.66 | 6.06 | 24.55 | - |
| YUV | 54.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 138 | 0.12 | 0.97 | 0 | 0.46 | 292.84 | 0.94 | 0.28 |
| Hex | 7A | 4 | 8A | C | 61 | 0 | 2E | 125 | 5E | 1C |
| Octal | 172 | 4 | 212 | 14 | 141 | 0 | 56 | 445 | 136 | 34 |
| Binary | 1111010 | 100 | 10001010 | 1100 | 1100001 | 0 | 101110 | 100100101 | 1011110 | 11100 |
Color Harmonies of #7A048A
Complementary color
Monochromatic Colors of #7A048A
Black with #7A048A
Text Example
Text Example
White with #7A048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A048A; }
p { color: rgb(122,4,138); }
H1.HeaderClassName
{
color: #7A048A;
}
.AnyTagClassName
{
color: #7A048A;
}
</style>
background-color css
<style>
a { background-color: #7A048A; }
a { background-color: rgb(122,4,138); }
div.DivClassName
{
background-color: #7A048A;
}
.BgClassName
{
background-color: #7A048A;
}
</style>
border-color css
<style>
span { border-color: #7A048A; }
span { border-color: rgb(122,4,138); }
td.TdClassName
{
border-color: #7A048A;
}
.TagClassName
{
border-color: #7A048A;
}
</style>