Shades of Affair #7A5582
Tints of Affair #7A5582
RGB
CMYK
RGB Variations
Color information
#7A5582 (or 0x7A5582) is known color: Affair. HEX triplet: 7A, 55 and 82. RGB value is (122,85,130). Sum of RGB (Red+Green+Blue) = 122+85+130=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A5582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5582 is #85AA7D. Grayscale: #656565. Windows color (decimal): -8759934 or 8541562. OLE color: 8541562.
HSL color Cylindrical-coordinate representation of color #7A5582: hue angle of 289.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A5582 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 85 | 130 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.49 |
| HSL | 289.33º | 0.21% | 0.42% | - |
| HSV(B) | 289.33º | 0.35% | 0.51% | - |
| XYZ | 15.3 | 12.25 | 22.68 | - |
| YUV | 101.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 130 | 0.06 | 0.35 | 0 | 0.49 | 289.33 | 0.21 | 0.42 |
| Hex | 7A | 55 | 82 | 6 | 23 | 0 | 31 | 121 | 15 | 2A |
| Octal | 172 | 125 | 202 | 6 | 43 | 0 | 61 | 441 | 25 | 52 |
| Binary | 1111010 | 1010101 | 10000010 | 110 | 100011 | 0 | 110001 | 100100001 | 10101 | 101010 |
Color Harmonies of #7A5582
Complementary color
Monochromatic Colors of #7A5582
Black with #7A5582
Text Example
Text Example
White with #7A5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5582; }
p { color: rgb(122,85,130); }
H1.HeaderClassName
{
color: #7A5582;
}
.AnyTagClassName
{
color: #7A5582;
}
</style>
background-color css
<style>
a { background-color: #7A5582; }
a { background-color: rgb(122,85,130); }
div.DivClassName
{
background-color: #7A5582;
}
.BgClassName
{
background-color: #7A5582;
}
</style>
border-color css
<style>
span { border-color: #7A5582; }
span { border-color: rgb(122,85,130); }
td.TdClassName
{
border-color: #7A5582;
}
.TagClassName
{
border-color: #7A5582;
}
</style>