Shades of Affair #7A4E8A
Tints of Affair #7A4E8A
RGB
CMYK
RGB Variations
Color information
#7A4E8A (or 0x7A4E8A) is known color: Affair. HEX triplet: 7A, 4E and 8A. RGB value is (122,78,138). Sum of RGB (Red+Green+Blue) = 122+78+138=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A4E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4E8A is #85B175. Grayscale: #616161. Windows color (decimal): -8761718 or 9064058. OLE color: 9064058.
HSL color Cylindrical-coordinate representation of color #7A4E8A: hue angle of 284º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4E8A is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 78 | 138 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.46 |
| HSL | 284º | 0.28% | 0.42% | - |
| HSV(B) | 284º | 0.43% | 0.54% | - |
| XYZ | 15.34 | 11.42 | 25.44 | - |
| YUV | 98 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 138 | 0.12 | 0.43 | 0 | 0.46 | 284 | 0.28 | 0.42 |
| Hex | 7A | 4E | 8A | C | 2B | 0 | 2E | 11C | 1C | 2A |
| Octal | 172 | 116 | 212 | 14 | 53 | 0 | 56 | 434 | 34 | 52 |
| Binary | 1111010 | 1001110 | 10001010 | 1100 | 101011 | 0 | 101110 | 100011100 | 11100 | 101010 |
Color Harmonies of #7A4E8A
Complementary color
Monochromatic Colors of #7A4E8A
Black with #7A4E8A
Text Example
Text Example
White with #7A4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4E8A; }
p { color: rgb(122,78,138); }
H1.HeaderClassName
{
color: #7A4E8A;
}
.AnyTagClassName
{
color: #7A4E8A;
}
</style>
background-color css
<style>
a { background-color: #7A4E8A; }
a { background-color: rgb(122,78,138); }
div.DivClassName
{
background-color: #7A4E8A;
}
.BgClassName
{
background-color: #7A4E8A;
}
</style>
border-color css
<style>
span { border-color: #7A4E8A; }
span { border-color: rgb(122,78,138); }
td.TdClassName
{
border-color: #7A4E8A;
}
.TagClassName
{
border-color: #7A4E8A;
}
</style>