Shades of Affair #7A5283
Tints of Affair #7A5283
RGB
CMYK
RGB Variations
Color information
#7A5283 (or 0x7A5283) is known color: Affair. HEX triplet: 7A, 52 and 83. RGB value is (122,82,131). Sum of RGB (Red+Green+Blue) = 122+82+131=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5283 is #85AD7C. Grayscale: #636363. Windows color (decimal): -8760701 or 8606330. OLE color: 8606330.
HSL color Cylindrical-coordinate representation of color #7A5283: hue angle of 288.98º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A5283 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 82 | 131 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.49 |
| HSL | 288.98º | 0.23% | 0.42% | - |
| HSV(B) | 288.98º | 0.37% | 0.51% | - |
| XYZ | 15.14 | 11.81 | 22.95 | - |
| YUV | 99.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 131 | 0.07 | 0.37 | 0 | 0.49 | 288.98 | 0.23 | 0.42 |
| Hex | 7A | 52 | 83 | 7 | 25 | 0 | 31 | 121 | 17 | 2A |
| Octal | 172 | 122 | 203 | 7 | 45 | 0 | 61 | 441 | 27 | 52 |
| Binary | 1111010 | 1010010 | 10000011 | 111 | 100101 | 0 | 110001 | 100100001 | 10111 | 101010 |
Color Harmonies of #7A5283
Complementary color
Monochromatic Colors of #7A5283
Black with #7A5283
Text Example
Text Example
White with #7A5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5283; }
p { color: rgb(122,82,131); }
H1.HeaderClassName
{
color: #7A5283;
}
.AnyTagClassName
{
color: #7A5283;
}
</style>
background-color css
<style>
a { background-color: #7A5283; }
a { background-color: rgb(122,82,131); }
div.DivClassName
{
background-color: #7A5283;
}
.BgClassName
{
background-color: #7A5283;
}
</style>
border-color css
<style>
span { border-color: #7A5283; }
span { border-color: rgb(122,82,131); }
td.TdClassName
{
border-color: #7A5283;
}
.TagClassName
{
border-color: #7A5283;
}
</style>