Shades of Purple #7A0474
Tints of Purple #7A0474
RGB
CMYK
RGB Variations
Color information
#7A0474 (or 0x7A0474) is known color: Purple. HEX triplet: 7A, 04 and 74. RGB value is (122,4,116). Sum of RGB (Red+Green+Blue) = 122+4+116=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0474 is #85FB8B. Grayscale: #333333. Windows color (decimal): -8780684 or 7603322. OLE color: 7603322.
HSL color Cylindrical-coordinate representation of color #7A0474: hue angle of 303.05º 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 #7A0474 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 116 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.52 |
| HSL | 303.05º | 0.94% | 0.25% | - |
| HSV(B) | 303.05º | 0.97% | 0.48% | - |
| XYZ | 11.22 | 5.49 | 16.99 | - |
| YUV | 52.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 116 | 0 | 0.97 | 0.05 | 0.52 | 303.05 | 0.94 | 0.25 |
| Hex | 7A | 4 | 74 | 0 | 61 | 5 | 34 | 12F | 5E | 19 |
| Octal | 172 | 4 | 164 | 0 | 141 | 5 | 64 | 457 | 136 | 31 |
| Binary | 1111010 | 100 | 1110100 | 0 | 1100001 | 101 | 110100 | 100101111 | 1011110 | 11001 |
Color Harmonies of #7A0474
Complementary color
Monochromatic Colors of #7A0474
Black with #7A0474
Text Example
Text Example
White with #7A0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0474; }
p { color: rgb(122,4,116); }
H1.HeaderClassName
{
color: #7A0474;
}
.AnyTagClassName
{
color: #7A0474;
}
</style>
background-color css
<style>
a { background-color: #7A0474; }
a { background-color: rgb(122,4,116); }
div.DivClassName
{
background-color: #7A0474;
}
.BgClassName
{
background-color: #7A0474;
}
</style>
border-color css
<style>
span { border-color: #7A0474; }
span { border-color: rgb(122,4,116); }
td.TdClassName
{
border-color: #7A0474;
}
.TagClassName
{
border-color: #7A0474;
}
</style>