Shades of Affair #7A588C
Tints of Affair #7A588C
RGB
CMYK
RGB Variations
Color information
#7A588C (or 0x7A588C) is known color: Affair. HEX triplet: 7A, 58 and 8C. RGB value is (122,88,140). Sum of RGB (Red+Green+Blue) = 122+88+140=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A588C is #85A773. Grayscale: #676767. Windows color (decimal): -8759156 or 9197690. OLE color: 9197690.
HSL color Cylindrical-coordinate representation of color #7A588C: hue angle of 279.23º 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 #7A588C is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 88 | 140 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.45 |
| HSL | 279.23º | 0.23% | 0.45% | - |
| HSV(B) | 279.23º | 0.37% | 0.55% | - |
| XYZ | 16.25 | 13.01 | 26.47 | - |
| YUV | 104.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 140 | 0.13 | 0.37 | 0 | 0.45 | 279.23 | 0.23 | 0.45 |
| Hex | 7A | 58 | 8C | D | 25 | 0 | 2D | 117 | 17 | 2D |
| Octal | 172 | 130 | 214 | 15 | 45 | 0 | 55 | 427 | 27 | 55 |
| Binary | 1111010 | 1011000 | 10001100 | 1101 | 100101 | 0 | 101101 | 100010111 | 10111 | 101101 |
Color Harmonies of #7A588C
Complementary color
Monochromatic Colors of #7A588C
Black with #7A588C
Text Example
Text Example
White with #7A588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A588C; }
p { color: rgb(122,88,140); }
H1.HeaderClassName
{
color: #7A588C;
}
.AnyTagClassName
{
color: #7A588C;
}
</style>
background-color css
<style>
a { background-color: #7A588C; }
a { background-color: rgb(122,88,140); }
div.DivClassName
{
background-color: #7A588C;
}
.BgClassName
{
background-color: #7A588C;
}
</style>
border-color css
<style>
span { border-color: #7A588C; }
span { border-color: rgb(122,88,140); }
td.TdClassName
{
border-color: #7A588C;
}
.TagClassName
{
border-color: #7A588C;
}
</style>