Shades of Affair #7B5990
Tints of Affair #7B5990
RGB
CMYK
RGB Variations
Color information
#7B5990 (or 0x7B5990) is known color: Affair. HEX triplet: 7B, 59 and 90. RGB value is (123,89,144). Sum of RGB (Red+Green+Blue) = 123+89+144=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B5990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5990 is #84A66F. Grayscale: #696969. Windows color (decimal): -8693360 or 9460091. OLE color: 9460091.
HSL color Cylindrical-coordinate representation of color #7B5990: hue angle of 277.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5990 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 89 | 144 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.44 |
| HSL | 277.09º | 0.24% | 0.46% | - |
| HSV(B) | 277.09º | 0.38% | 0.56% | - |
| XYZ | 16.77 | 13.37 | 28.08 | - |
| YUV | 105.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 144 | 0.15 | 0.38 | 0 | 0.44 | 277.09 | 0.24 | 0.46 |
| Hex | 7B | 59 | 90 | F | 26 | 0 | 2C | 115 | 18 | 2E |
| Octal | 173 | 131 | 220 | 17 | 46 | 0 | 54 | 425 | 30 | 56 |
| Binary | 1111011 | 1011001 | 10010000 | 1111 | 100110 | 0 | 101100 | 100010101 | 11000 | 101110 |
Color Harmonies of #7B5990
Complementary color
Monochromatic Colors of #7B5990
Black with #7B5990
Text Example
Text Example
White with #7B5990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5990; }
p { color: rgb(123,89,144); }
H1.HeaderClassName
{
color: #7B5990;
}
.AnyTagClassName
{
color: #7B5990;
}
</style>
background-color css
<style>
a { background-color: #7B5990; }
a { background-color: rgb(123,89,144); }
div.DivClassName
{
background-color: #7B5990;
}
.BgClassName
{
background-color: #7B5990;
}
</style>
border-color css
<style>
span { border-color: #7B5990; }
span { border-color: rgb(123,89,144); }
td.TdClassName
{
border-color: #7B5990;
}
.TagClassName
{
border-color: #7B5990;
}
</style>