Shades of Affair #7A5193
Tints of Affair #7A5193
RGB
CMYK
RGB Variations
Color information
#7A5193 (or 0x7A5193) is known color: Affair. HEX triplet: 7A, 51 and 93. RGB value is (122,81,147). Sum of RGB (Red+Green+Blue) = 122+81+147=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A5193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5193 is #85AE6C. Grayscale: #646464. Windows color (decimal): -8760941 or 9654650. OLE color: 9654650.
HSL color Cylindrical-coordinate representation of color #7A5193: hue angle of 277.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A5193 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 81 | 147 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.42 |
| HSL | 277.27º | 0.29% | 0.45% | - |
| HSV(B) | 277.27º | 0.45% | 0.58% | - |
| XYZ | 16.23 | 12.13 | 29.09 | - |
| YUV | 100.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 147 | 0.17 | 0.45 | 0 | 0.42 | 277.27 | 0.29 | 0.45 |
| Hex | 7A | 51 | 93 | 11 | 2D | 0 | 2A | 115 | 1D | 2D |
| Octal | 172 | 121 | 223 | 21 | 55 | 0 | 52 | 425 | 35 | 55 |
| Binary | 1111010 | 1010001 | 10010011 | 10001 | 101101 | 0 | 101010 | 100010101 | 11101 | 101101 |
Color Harmonies of #7A5193
Complementary color
Monochromatic Colors of #7A5193
Black with #7A5193
Text Example
Text Example
White with #7A5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5193; }
p { color: rgb(122,81,147); }
H1.HeaderClassName
{
color: #7A5193;
}
.AnyTagClassName
{
color: #7A5193;
}
</style>
background-color css
<style>
a { background-color: #7A5193; }
a { background-color: rgb(122,81,147); }
div.DivClassName
{
background-color: #7A5193;
}
.BgClassName
{
background-color: #7A5193;
}
</style>
border-color css
<style>
span { border-color: #7A5193; }
span { border-color: rgb(122,81,147); }
td.TdClassName
{
border-color: #7A5193;
}
.TagClassName
{
border-color: #7A5193;
}
</style>