Shades of Affair #7A518B
Tints of Affair #7A518B
RGB
CMYK
RGB Variations
Color information
#7A518B (or 0x7A518B) is known color: Affair. HEX triplet: 7A, 51 and 8B. RGB value is (122,81,139). Sum of RGB (Red+Green+Blue) = 122+81+139=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A518B is #85AE74. Grayscale: #636363. Windows color (decimal): -8760949 or 9130362. OLE color: 9130362.
HSL color Cylindrical-coordinate representation of color #7A518B: hue angle of 282.41º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A518B is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 81 | 139 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.45 |
| HSL | 282.41º | 0.26% | 0.43% | - |
| HSV(B) | 282.41º | 0.42% | 0.55% | - |
| XYZ | 15.63 | 11.89 | 25.9 | - |
| YUV | 99.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 139 | 0.12 | 0.42 | 0 | 0.45 | 282.41 | 0.26 | 0.43 |
| Hex | 7A | 51 | 8B | C | 2A | 0 | 2D | 11A | 1A | 2B |
| Octal | 172 | 121 | 213 | 14 | 52 | 0 | 55 | 432 | 32 | 53 |
| Binary | 1111010 | 1010001 | 10001011 | 1100 | 101010 | 0 | 101101 | 100011010 | 11010 | 101011 |
Color Harmonies of #7A518B
Complementary color
Monochromatic Colors of #7A518B
Black with #7A518B
Text Example
Text Example
White with #7A518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A518B; }
p { color: rgb(122,81,139); }
H1.HeaderClassName
{
color: #7A518B;
}
.AnyTagClassName
{
color: #7A518B;
}
</style>
background-color css
<style>
a { background-color: #7A518B; }
a { background-color: rgb(122,81,139); }
div.DivClassName
{
background-color: #7A518B;
}
.BgClassName
{
background-color: #7A518B;
}
</style>
border-color css
<style>
span { border-color: #7A518B; }
span { border-color: rgb(122,81,139); }
td.TdClassName
{
border-color: #7A518B;
}
.TagClassName
{
border-color: #7A518B;
}
</style>