Shades of Affair #7A538D
Tints of Affair #7A538D
RGB
CMYK
RGB Variations
Color information
#7A538D (or 0x7A538D) is known color: Affair. HEX triplet: 7A, 53 and 8D. RGB value is (122,83,141). Sum of RGB (Red+Green+Blue) = 122+83+141=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A538D is #85AC72. Grayscale: #656565. Windows color (decimal): -8760435 or 9261946. OLE color: 9261946.
HSL color Cylindrical-coordinate representation of color #7A538D: hue angle of 280.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A538D is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 83 | 141 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.45 |
| HSL | 280.34º | 0.26% | 0.44% | - |
| HSV(B) | 280.34º | 0.41% | 0.55% | - |
| XYZ | 15.93 | 12.25 | 26.72 | - |
| YUV | 101.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 141 | 0.13 | 0.41 | 0 | 0.45 | 280.34 | 0.26 | 0.44 |
| Hex | 7A | 53 | 8D | D | 29 | 0 | 2D | 118 | 1A | 2C |
| Octal | 172 | 123 | 215 | 15 | 51 | 0 | 55 | 430 | 32 | 54 |
| Binary | 1111010 | 1010011 | 10001101 | 1101 | 101001 | 0 | 101101 | 100011000 | 11010 | 101100 |
Color Harmonies of #7A538D
Complementary color
Monochromatic Colors of #7A538D
Black with #7A538D
Text Example
Text Example
White with #7A538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A538D; }
p { color: rgb(122,83,141); }
H1.HeaderClassName
{
color: #7A538D;
}
.AnyTagClassName
{
color: #7A538D;
}
</style>
background-color css
<style>
a { background-color: #7A538D; }
a { background-color: rgb(122,83,141); }
div.DivClassName
{
background-color: #7A538D;
}
.BgClassName
{
background-color: #7A538D;
}
</style>
border-color css
<style>
span { border-color: #7A538D; }
span { border-color: rgb(122,83,141); }
td.TdClassName
{
border-color: #7A538D;
}
.TagClassName
{
border-color: #7A538D;
}
</style>