Shades of Affair #7A4F89
Tints of Affair #7A4F89
RGB
CMYK
RGB Variations
Color information
#7A4F89 (or 0x7A4F89) is known color: Affair. HEX triplet: 7A, 4F and 89. RGB value is (122,79,137). Sum of RGB (Red+Green+Blue) = 122+79+137=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A4F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4F89 is #85B076. Grayscale: #626262. Windows color (decimal): -8761463 or 8998778. OLE color: 8998778.
HSL color Cylindrical-coordinate representation of color #7A4F89: hue angle of 284.48º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4F89 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 79 | 137 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.46 |
| HSL | 284.48º | 0.27% | 0.42% | - |
| HSV(B) | 284.48º | 0.42% | 0.54% | - |
| XYZ | 15.34 | 11.54 | 25.09 | - |
| YUV | 98.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 137 | 0.11 | 0.42 | 0 | 0.46 | 284.48 | 0.27 | 0.42 |
| Hex | 7A | 4F | 89 | B | 2A | 0 | 2E | 11C | 1B | 2A |
| Octal | 172 | 117 | 211 | 13 | 52 | 0 | 56 | 434 | 33 | 52 |
| Binary | 1111010 | 1001111 | 10001001 | 1011 | 101010 | 0 | 101110 | 100011100 | 11011 | 101010 |
Color Harmonies of #7A4F89
Complementary color
Monochromatic Colors of #7A4F89
Black with #7A4F89
Text Example
Text Example
White with #7A4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F89; }
p { color: rgb(122,79,137); }
H1.HeaderClassName
{
color: #7A4F89;
}
.AnyTagClassName
{
color: #7A4F89;
}
</style>
background-color css
<style>
a { background-color: #7A4F89; }
a { background-color: rgb(122,79,137); }
div.DivClassName
{
background-color: #7A4F89;
}
.BgClassName
{
background-color: #7A4F89;
}
</style>
border-color css
<style>
span { border-color: #7A4F89; }
span { border-color: rgb(122,79,137); }
td.TdClassName
{
border-color: #7A4F89;
}
.TagClassName
{
border-color: #7A4F89;
}
</style>