Shades of Affair #7A528C
Tints of Affair #7A528C
RGB
CMYK
RGB Variations
Color information
#7A528C (or 0x7A528C) is known color: Affair. HEX triplet: 7A, 52 and 8C. RGB value is (122,82,140). Sum of RGB (Red+Green+Blue) = 122+82+140=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A528C is #85AD73. Grayscale: #646464. Windows color (decimal): -8760692 or 9196154. OLE color: 9196154.
HSL color Cylindrical-coordinate representation of color #7A528C: hue angle of 281.38º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A528C is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 82 | 140 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.45 |
| HSL | 281.38º | 0.26% | 0.44% | - |
| HSV(B) | 281.38º | 0.41% | 0.55% | - |
| XYZ | 15.78 | 12.07 | 26.31 | - |
| YUV | 100.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 140 | 0.13 | 0.41 | 0 | 0.45 | 281.38 | 0.26 | 0.44 |
| Hex | 7A | 52 | 8C | D | 29 | 0 | 2D | 119 | 1A | 2C |
| Octal | 172 | 122 | 214 | 15 | 51 | 0 | 55 | 431 | 32 | 54 |
| Binary | 1111010 | 1010010 | 10001100 | 1101 | 101001 | 0 | 101101 | 100011001 | 11010 | 101100 |
Color Harmonies of #7A528C
Complementary color
Monochromatic Colors of #7A528C
Black with #7A528C
Text Example
Text Example
White with #7A528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A528C; }
p { color: rgb(122,82,140); }
H1.HeaderClassName
{
color: #7A528C;
}
.AnyTagClassName
{
color: #7A528C;
}
</style>
background-color css
<style>
a { background-color: #7A528C; }
a { background-color: rgb(122,82,140); }
div.DivClassName
{
background-color: #7A528C;
}
.BgClassName
{
background-color: #7A528C;
}
</style>
border-color css
<style>
span { border-color: #7A528C; }
span { border-color: rgb(122,82,140); }
td.TdClassName
{
border-color: #7A528C;
}
.TagClassName
{
border-color: #7A528C;
}
</style>