Shades of Affair #7A5A94
Tints of Affair #7A5A94
RGB
CMYK
RGB Variations
Color information
#7A5A94 (or 0x7A5A94) is known color: Affair. HEX triplet: 7A, 5A and 94. RGB value is (122,90,148). Sum of RGB (Red+Green+Blue) = 122+90+148=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A5A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5A94 is #85A56B. Grayscale: #696969. Windows color (decimal): -8758636 or 9722490. OLE color: 9722490.
HSL color Cylindrical-coordinate representation of color #7A5A94: hue angle of 273.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A5A94 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 90 | 148 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.42 |
| HSL | 273.1º | 0.24% | 0.47% | - |
| HSV(B) | 273.1º | 0.39% | 0.58% | - |
| XYZ | 17.03 | 13.59 | 29.74 | - |
| YUV | 106.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 148 | 0.18 | 0.39 | 0 | 0.42 | 273.1 | 0.24 | 0.47 |
| Hex | 7A | 5A | 94 | 12 | 27 | 0 | 2A | 111 | 18 | 2F |
| Octal | 172 | 132 | 224 | 22 | 47 | 0 | 52 | 421 | 30 | 57 |
| Binary | 1111010 | 1011010 | 10010100 | 10010 | 100111 | 0 | 101010 | 100010001 | 11000 | 101111 |
Color Harmonies of #7A5A94
Complementary color
Monochromatic Colors of #7A5A94
Black with #7A5A94
Text Example
Text Example
White with #7A5A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5A94; }
p { color: rgb(122,90,148); }
H1.HeaderClassName
{
color: #7A5A94;
}
.AnyTagClassName
{
color: #7A5A94;
}
</style>
background-color css
<style>
a { background-color: #7A5A94; }
a { background-color: rgb(122,90,148); }
div.DivClassName
{
background-color: #7A5A94;
}
.BgClassName
{
background-color: #7A5A94;
}
</style>
border-color css
<style>
span { border-color: #7A5A94; }
span { border-color: rgb(122,90,148); }
td.TdClassName
{
border-color: #7A5A94;
}
.TagClassName
{
border-color: #7A5A94;
}
</style>