Shades of Affair #7A5083
Tints of Affair #7A5083
RGB
CMYK
RGB Variations
Color information
#7A5083 (or 0x7A5083) is known color: Affair. HEX triplet: 7A, 50 and 83. RGB value is (122,80,131). Sum of RGB (Red+Green+Blue) = 122+80+131=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5083 is #85AF7C. Grayscale: #626262. Windows color (decimal): -8761213 or 8605818. OLE color: 8605818.
HSL color Cylindrical-coordinate representation of color #7A5083: hue angle of 289.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A5083 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 80 | 131 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.49 |
| HSL | 289.41º | 0.24% | 0.41% | - |
| HSV(B) | 289.41º | 0.39% | 0.51% | - |
| XYZ | 14.99 | 11.51 | 22.9 | - |
| YUV | 98.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 131 | 0.07 | 0.39 | 0 | 0.49 | 289.41 | 0.24 | 0.41 |
| Hex | 7A | 50 | 83 | 7 | 27 | 0 | 31 | 121 | 18 | 29 |
| Octal | 172 | 120 | 203 | 7 | 47 | 0 | 61 | 441 | 30 | 51 |
| Binary | 1111010 | 1010000 | 10000011 | 111 | 100111 | 0 | 110001 | 100100001 | 11000 | 101001 |
Color Harmonies of #7A5083
Complementary color
Monochromatic Colors of #7A5083
Black with #7A5083
Text Example
Text Example
White with #7A5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5083; }
p { color: rgb(122,80,131); }
H1.HeaderClassName
{
color: #7A5083;
}
.AnyTagClassName
{
color: #7A5083;
}
</style>
background-color css
<style>
a { background-color: #7A5083; }
a { background-color: rgb(122,80,131); }
div.DivClassName
{
background-color: #7A5083;
}
.BgClassName
{
background-color: #7A5083;
}
</style>
border-color css
<style>
span { border-color: #7A5083; }
span { border-color: rgb(122,80,131); }
td.TdClassName
{
border-color: #7A5083;
}
.TagClassName
{
border-color: #7A5083;
}
</style>