Shades of Affair #7B5082
Tints of Affair #7B5082
RGB
CMYK
RGB Variations
Color information
#7B5082 (or 0x7B5082) is known color: Affair. HEX triplet: 7B, 50 and 82. RGB value is (123,80,130). Sum of RGB (Red+Green+Blue) = 123+80+130=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5082 is #84AF7D. Grayscale: #626262. Windows color (decimal): -8695678 or 8540283. OLE color: 8540283.
HSL color Cylindrical-coordinate representation of color #7B5082: hue angle of 291.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5082 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 80 | 130 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.49 |
| HSL | 291.6º | 0.24% | 0.41% | - |
| HSV(B) | 291.6º | 0.38% | 0.51% | - |
| XYZ | 15.07 | 11.56 | 22.56 | - |
| YUV | 98.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 130 | 0.05 | 0.38 | 0 | 0.49 | 291.6 | 0.24 | 0.41 |
| Hex | 7B | 50 | 82 | 5 | 26 | 0 | 31 | 124 | 18 | 29 |
| Octal | 173 | 120 | 202 | 5 | 46 | 0 | 61 | 444 | 30 | 51 |
| Binary | 1111011 | 1010000 | 10000010 | 101 | 100110 | 0 | 110001 | 100100100 | 11000 | 101001 |
Color Harmonies of #7B5082
Complementary color
Monochromatic Colors of #7B5082
Black with #7B5082
Text Example
Text Example
White with #7B5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5082; }
p { color: rgb(123,80,130); }
H1.HeaderClassName
{
color: #7B5082;
}
.AnyTagClassName
{
color: #7B5082;
}
</style>
background-color css
<style>
a { background-color: #7B5082; }
a { background-color: rgb(123,80,130); }
div.DivClassName
{
background-color: #7B5082;
}
.BgClassName
{
background-color: #7B5082;
}
</style>
border-color css
<style>
span { border-color: #7B5082; }
span { border-color: rgb(123,80,130); }
td.TdClassName
{
border-color: #7B5082;
}
.TagClassName
{
border-color: #7B5082;
}
</style>