Shades of Affair #7A5485
Tints of Affair #7A5485
RGB
CMYK
RGB Variations
Color information
#7A5485 (or 0x7A5485) is known color: Affair. HEX triplet: 7A, 54 and 85. RGB value is (122,84,133). Sum of RGB (Red+Green+Blue) = 122+84+133=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5485 is #85AB7A. Grayscale: #646464. Windows color (decimal): -8760187 or 8737914. OLE color: 8737914.
HSL color Cylindrical-coordinate representation of color #7A5485: hue angle of 286.53º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A5485 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 84 | 133 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.48 |
| HSL | 286.53º | 0.23% | 0.43% | - |
| HSV(B) | 286.53º | 0.37% | 0.52% | - |
| XYZ | 15.43 | 12.17 | 23.73 | - |
| YUV | 100.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 133 | 0.08 | 0.37 | 0 | 0.48 | 286.53 | 0.23 | 0.43 |
| Hex | 7A | 54 | 85 | 8 | 25 | 0 | 30 | 11F | 17 | 2B |
| Octal | 172 | 124 | 205 | 10 | 45 | 0 | 60 | 437 | 27 | 53 |
| Binary | 1111010 | 1010100 | 10000101 | 1000 | 100101 | 0 | 110000 | 100011111 | 10111 | 101011 |
Color Harmonies of #7A5485
Complementary color
Monochromatic Colors of #7A5485
Black with #7A5485
Text Example
Text Example
White with #7A5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5485; }
p { color: rgb(122,84,133); }
H1.HeaderClassName
{
color: #7A5485;
}
.AnyTagClassName
{
color: #7A5485;
}
</style>
background-color css
<style>
a { background-color: #7A5485; }
a { background-color: rgb(122,84,133); }
div.DivClassName
{
background-color: #7A5485;
}
.BgClassName
{
background-color: #7A5485;
}
</style>
border-color css
<style>
span { border-color: #7A5485; }
span { border-color: rgb(122,84,133); }
td.TdClassName
{
border-color: #7A5485;
}
.TagClassName
{
border-color: #7A5485;
}
</style>