Shades of Affair #7A598E
Tints of Affair #7A598E
RGB
CMYK
RGB Variations
Color information
#7A598E (or 0x7A598E) is known color: Affair. HEX triplet: 7A, 59 and 8E. RGB value is (122,89,142). Sum of RGB (Red+Green+Blue) = 122+89+142=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A598E is #85A671. Grayscale: #686868. Windows color (decimal): -8758898 or 9329018. OLE color: 9329018.
HSL color Cylindrical-coordinate representation of color #7A598E: hue angle of 277.36º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A598E is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 89 | 142 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.44 |
| HSL | 277.36º | 0.23% | 0.45% | - |
| HSV(B) | 277.36º | 0.37% | 0.56% | - |
| XYZ | 16.48 | 13.24 | 27.28 | - |
| YUV | 104.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 142 | 0.14 | 0.37 | 0 | 0.44 | 277.36 | 0.23 | 0.45 |
| Hex | 7A | 59 | 8E | E | 25 | 0 | 2C | 115 | 17 | 2D |
| Octal | 172 | 131 | 216 | 16 | 45 | 0 | 54 | 425 | 27 | 55 |
| Binary | 1111010 | 1011001 | 10001110 | 1110 | 100101 | 0 | 101100 | 100010101 | 10111 | 101101 |
Color Harmonies of #7A598E
Complementary color
Monochromatic Colors of #7A598E
Black with #7A598E
Text Example
Text Example
White with #7A598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A598E; }
p { color: rgb(122,89,142); }
H1.HeaderClassName
{
color: #7A598E;
}
.AnyTagClassName
{
color: #7A598E;
}
</style>
background-color css
<style>
a { background-color: #7A598E; }
a { background-color: rgb(122,89,142); }
div.DivClassName
{
background-color: #7A598E;
}
.BgClassName
{
background-color: #7A598E;
}
</style>
border-color css
<style>
span { border-color: #7A598E; }
span { border-color: rgb(122,89,142); }
td.TdClassName
{
border-color: #7A598E;
}
.TagClassName
{
border-color: #7A598E;
}
</style>