Shades of Affair #7A598D
Tints of Affair #7A598D
RGB
CMYK
RGB Variations
Color information
#7A598D (or 0x7A598D) is known color: Affair. HEX triplet: 7A, 59 and 8D. RGB value is (122,89,141). Sum of RGB (Red+Green+Blue) = 122+89+141=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A598D is #85A672. Grayscale: #686868. Windows color (decimal): -8758899 or 9263482. OLE color: 9263482.
HSL color Cylindrical-coordinate representation of color #7A598D: hue angle of 278.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A598D is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 89 | 141 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.45 |
| HSL | 278.08º | 0.23% | 0.45% | - |
| HSV(B) | 278.08º | 0.37% | 0.55% | - |
| XYZ | 16.41 | 13.21 | 26.88 | - |
| YUV | 104.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 141 | 0.13 | 0.37 | 0 | 0.45 | 278.08 | 0.23 | 0.45 |
| Hex | 7A | 59 | 8D | D | 25 | 0 | 2D | 116 | 17 | 2D |
| Octal | 172 | 131 | 215 | 15 | 45 | 0 | 55 | 426 | 27 | 55 |
| Binary | 1111010 | 1011001 | 10001101 | 1101 | 100101 | 0 | 101101 | 100010110 | 10111 | 101101 |
Color Harmonies of #7A598D
Complementary color
Monochromatic Colors of #7A598D
Black with #7A598D
Text Example
Text Example
White with #7A598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A598D; }
p { color: rgb(122,89,141); }
H1.HeaderClassName
{
color: #7A598D;
}
.AnyTagClassName
{
color: #7A598D;
}
</style>
background-color css
<style>
a { background-color: #7A598D; }
a { background-color: rgb(122,89,141); }
div.DivClassName
{
background-color: #7A598D;
}
.BgClassName
{
background-color: #7A598D;
}
</style>
border-color css
<style>
span { border-color: #7A598D; }
span { border-color: rgb(122,89,141); }
td.TdClassName
{
border-color: #7A598D;
}
.TagClassName
{
border-color: #7A598D;
}
</style>