Shades of Affair #7A5781
Tints of Affair #7A5781
RGB
CMYK
RGB Variations
Color information
#7A5781 (or 0x7A5781) is known color: Affair. HEX triplet: 7A, 57 and 81. RGB value is (122,87,129). Sum of RGB (Red+Green+Blue) = 122+87+129=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A5781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5781 is #85A87E. Grayscale: #666666. Windows color (decimal): -8759423 or 8476538. OLE color: 8476538.
HSL color Cylindrical-coordinate representation of color #7A5781: hue angle of 290º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5781 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 87 | 129 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.49 |
| HSL | 290º | 0.19% | 0.42% | - |
| HSV(B) | 290º | 0.33% | 0.51% | - |
| XYZ | 15.4 | 12.54 | 22.38 | - |
| YUV | 102.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 129 | 0.05 | 0.33 | 0 | 0.49 | 290 | 0.19 | 0.42 |
| Hex | 7A | 57 | 81 | 5 | 21 | 0 | 31 | 122 | 13 | 2A |
| Octal | 172 | 127 | 201 | 5 | 41 | 0 | 61 | 442 | 23 | 52 |
| Binary | 1111010 | 1010111 | 10000001 | 101 | 100001 | 0 | 110001 | 100100010 | 10011 | 101010 |
Color Harmonies of #7A5781
Complementary color
Monochromatic Colors of #7A5781
Black with #7A5781
Text Example
Text Example
White with #7A5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5781; }
p { color: rgb(122,87,129); }
H1.HeaderClassName
{
color: #7A5781;
}
.AnyTagClassName
{
color: #7A5781;
}
</style>
background-color css
<style>
a { background-color: #7A5781; }
a { background-color: rgb(122,87,129); }
div.DivClassName
{
background-color: #7A5781;
}
.BgClassName
{
background-color: #7A5781;
}
</style>
border-color css
<style>
span { border-color: #7A5781; }
span { border-color: rgb(122,87,129); }
td.TdClassName
{
border-color: #7A5781;
}
.TagClassName
{
border-color: #7A5781;
}
</style>