Shades of Affair #7A508E
Tints of Affair #7A508E
RGB
CMYK
RGB Variations
Color information
#7A508E (or 0x7A508E) is known color: Affair. HEX triplet: 7A, 50 and 8E. RGB value is (122,80,142). Sum of RGB (Red+Green+Blue) = 122+80+142=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A508E is #85AF71. Grayscale: #636363. Windows color (decimal): -8761202 or 9326714. OLE color: 9326714.
HSL color Cylindrical-coordinate representation of color #7A508E: hue angle of 280.65º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A508E is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 80 | 142 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.44 |
| HSL | 280.65º | 0.28% | 0.44% | - |
| HSV(B) | 280.65º | 0.44% | 0.56% | - |
| XYZ | 15.78 | 11.83 | 27.04 | - |
| YUV | 99.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 142 | 0.14 | 0.44 | 0 | 0.44 | 280.65 | 0.28 | 0.44 |
| Hex | 7A | 50 | 8E | E | 2C | 0 | 2C | 119 | 1C | 2C |
| Octal | 172 | 120 | 216 | 16 | 54 | 0 | 54 | 431 | 34 | 54 |
| Binary | 1111010 | 1010000 | 10001110 | 1110 | 101100 | 0 | 101100 | 100011001 | 11100 | 101100 |
Color Harmonies of #7A508E
Complementary color
Monochromatic Colors of #7A508E
Black with #7A508E
Text Example
Text Example
White with #7A508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A508E; }
p { color: rgb(122,80,142); }
H1.HeaderClassName
{
color: #7A508E;
}
.AnyTagClassName
{
color: #7A508E;
}
</style>
background-color css
<style>
a { background-color: #7A508E; }
a { background-color: rgb(122,80,142); }
div.DivClassName
{
background-color: #7A508E;
}
.BgClassName
{
background-color: #7A508E;
}
</style>
border-color css
<style>
span { border-color: #7A508E; }
span { border-color: rgb(122,80,142); }
td.TdClassName
{
border-color: #7A508E;
}
.TagClassName
{
border-color: #7A508E;
}
</style>