Shades of Affair #7A5090
Tints of Affair #7A5090
RGB
CMYK
RGB Variations
Color information
#7A5090 (or 0x7A5090) is known color: Affair. HEX triplet: 7A, 50 and 90. RGB value is (122,80,144). Sum of RGB (Red+Green+Blue) = 122+80+144=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5090 is #85AF6F. Grayscale: #636363. Windows color (decimal): -8761200 or 9457786. OLE color: 9457786.
HSL color Cylindrical-coordinate representation of color #7A5090: hue angle of 279.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A5090 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 80 | 144 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.44 |
| HSL | 279.38º | 0.29% | 0.44% | - |
| HSV(B) | 279.38º | 0.44% | 0.56% | - |
| XYZ | 15.93 | 11.89 | 27.84 | - |
| YUV | 99.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 144 | 0.15 | 0.44 | 0 | 0.44 | 279.38 | 0.29 | 0.44 |
| Hex | 7A | 50 | 90 | F | 2C | 0 | 2C | 117 | 1D | 2C |
| Octal | 172 | 120 | 220 | 17 | 54 | 0 | 54 | 427 | 35 | 54 |
| Binary | 1111010 | 1010000 | 10010000 | 1111 | 101100 | 0 | 101100 | 100010111 | 11101 | 101100 |
Color Harmonies of #7A5090
Complementary color
Monochromatic Colors of #7A5090
Black with #7A5090
Text Example
Text Example
White with #7A5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5090; }
p { color: rgb(122,80,144); }
H1.HeaderClassName
{
color: #7A5090;
}
.AnyTagClassName
{
color: #7A5090;
}
</style>
background-color css
<style>
a { background-color: #7A5090; }
a { background-color: rgb(122,80,144); }
div.DivClassName
{
background-color: #7A5090;
}
.BgClassName
{
background-color: #7A5090;
}
</style>
border-color css
<style>
span { border-color: #7A5090; }
span { border-color: rgb(122,80,144); }
td.TdClassName
{
border-color: #7A5090;
}
.TagClassName
{
border-color: #7A5090;
}
</style>