Shades of Purple #7A046C
Tints of Purple #7A046C
RGB
CMYK
RGB Variations
Color information
#7A046C (or 0x7A046C) is known color: Purple. HEX triplet: 7A, 04 and 6C. RGB value is (122,4,108). Sum of RGB (Red+Green+Blue) = 122+4+108=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A046C is #85FB93. Grayscale: #323232. Windows color (decimal): -8780692 or 7079034. OLE color: 7079034.
HSL color Cylindrical-coordinate representation of color #7A046C: hue angle of 307.12º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A046C is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 108 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.52 |
| HSL | 307.12º | 0.94% | 0.25% | - |
| HSV(B) | 307.12º | 0.97% | 0.48% | - |
| XYZ | 10.78 | 5.31 | 14.64 | - |
| YUV | 51.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 108 | 0 | 0.97 | 0.11 | 0.52 | 307.12 | 0.94 | 0.25 |
| Hex | 7A | 4 | 6C | 0 | 61 | B | 34 | 133 | 5E | 19 |
| Octal | 172 | 4 | 154 | 0 | 141 | 13 | 64 | 463 | 136 | 31 |
| Binary | 1111010 | 100 | 1101100 | 0 | 1100001 | 1011 | 110100 | 100110011 | 1011110 | 11001 |
Color Harmonies of #7A046C
Complementary color
Monochromatic Colors of #7A046C
Black with #7A046C
Text Example
Text Example
White with #7A046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A046C; }
p { color: rgb(122,4,108); }
H1.HeaderClassName
{
color: #7A046C;
}
.AnyTagClassName
{
color: #7A046C;
}
</style>
background-color css
<style>
a { background-color: #7A046C; }
a { background-color: rgb(122,4,108); }
div.DivClassName
{
background-color: #7A046C;
}
.BgClassName
{
background-color: #7A046C;
}
</style>
border-color css
<style>
span { border-color: #7A046C; }
span { border-color: rgb(122,4,108); }
td.TdClassName
{
border-color: #7A046C;
}
.TagClassName
{
border-color: #7A046C;
}
</style>