Shades of Affair #7A4A8E
Tints of Affair #7A4A8E
RGB
CMYK
RGB Variations
Color information
#7A4A8E (or 0x7A4A8E) is known color: Affair. HEX triplet: 7A, 4A and 8E. RGB value is (122,74,142). Sum of RGB (Red+Green+Blue) = 122+74+142=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A4A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4A8E is #85B571. Grayscale: #5F5F5F. Windows color (decimal): -8762738 or 9325178. OLE color: 9325178.
HSL color Cylindrical-coordinate representation of color #7A4A8E: hue angle of 282.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A4A8E is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 74 | 142 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.44 |
| HSL | 282.35º | 0.31% | 0.42% | - |
| HSV(B) | 282.35º | 0.48% | 0.56% | - |
| XYZ | 15.36 | 10.99 | 26.9 | - |
| YUV | 96.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 142 | 0.14 | 0.48 | 0 | 0.44 | 282.35 | 0.31 | 0.42 |
| Hex | 7A | 4A | 8E | E | 30 | 0 | 2C | 11A | 1F | 2A |
| Octal | 172 | 112 | 216 | 16 | 60 | 0 | 54 | 432 | 37 | 52 |
| Binary | 1111010 | 1001010 | 10001110 | 1110 | 110000 | 0 | 101100 | 100011010 | 11111 | 101010 |
Color Harmonies of #7A4A8E
Complementary color
Monochromatic Colors of #7A4A8E
Black with #7A4A8E
Text Example
Text Example
White with #7A4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A8E; }
p { color: rgb(122,74,142); }
H1.HeaderClassName
{
color: #7A4A8E;
}
.AnyTagClassName
{
color: #7A4A8E;
}
</style>
background-color css
<style>
a { background-color: #7A4A8E; }
a { background-color: rgb(122,74,142); }
div.DivClassName
{
background-color: #7A4A8E;
}
.BgClassName
{
background-color: #7A4A8E;
}
</style>
border-color css
<style>
span { border-color: #7A4A8E; }
span { border-color: rgb(122,74,142); }
td.TdClassName
{
border-color: #7A4A8E;
}
.TagClassName
{
border-color: #7A4A8E;
}
</style>