Shades of Affair #7A558D
Tints of Affair #7A558D
RGB
CMYK
RGB Variations
Color information
#7A558D (or 0x7A558D) is known color: Affair. HEX triplet: 7A, 55 and 8D. RGB value is (122,85,141). Sum of RGB (Red+Green+Blue) = 122+85+141=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A558D is #85AA72. Grayscale: #666666. Windows color (decimal): -8759923 or 9262458. OLE color: 9262458.
HSL color Cylindrical-coordinate representation of color #7A558D: hue angle of 279.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A558D is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 85 | 141 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.45 |
| HSL | 279.64º | 0.25% | 0.44% | - |
| HSV(B) | 279.64º | 0.4% | 0.55% | - |
| XYZ | 16.08 | 12.56 | 26.78 | - |
| YUV | 102.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 141 | 0.13 | 0.40 | 0 | 0.45 | 279.64 | 0.25 | 0.44 |
| Hex | 7A | 55 | 8D | D | 28 | 0 | 2D | 118 | 19 | 2C |
| Octal | 172 | 125 | 215 | 15 | 50 | 0 | 55 | 430 | 31 | 54 |
| Binary | 1111010 | 1010101 | 10001101 | 1101 | 101000 | 0 | 101101 | 100011000 | 11001 | 101100 |
Color Harmonies of #7A558D
Complementary color
Monochromatic Colors of #7A558D
Black with #7A558D
Text Example
Text Example
White with #7A558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A558D; }
p { color: rgb(122,85,141); }
H1.HeaderClassName
{
color: #7A558D;
}
.AnyTagClassName
{
color: #7A558D;
}
</style>
background-color css
<style>
a { background-color: #7A558D; }
a { background-color: rgb(122,85,141); }
div.DivClassName
{
background-color: #7A558D;
}
.BgClassName
{
background-color: #7A558D;
}
</style>
border-color css
<style>
span { border-color: #7A558D; }
span { border-color: rgb(122,85,141); }
td.TdClassName
{
border-color: #7A558D;
}
.TagClassName
{
border-color: #7A558D;
}
</style>