Shades of Affair #7B5A91
Tints of Affair #7B5A91
RGB
CMYK
RGB Variations
Color information
#7B5A91 (or 0x7B5A91) is known color: Affair. HEX triplet: 7B, 5A and 91. RGB value is (123,90,145). Sum of RGB (Red+Green+Blue) = 123+90+145=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B5A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5A91 is #84A56E. Grayscale: #696969. Windows color (decimal): -8693103 or 9525883. OLE color: 9525883.
HSL color Cylindrical-coordinate representation of color #7B5A91: hue angle of 276º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5A91 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 90 | 145 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.43 |
| HSL | 276º | 0.23% | 0.46% | - |
| HSV(B) | 276º | 0.38% | 0.57% | - |
| XYZ | 16.94 | 13.57 | 28.51 | - |
| YUV | 106.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 145 | 0.15 | 0.38 | 0 | 0.43 | 276 | 0.23 | 0.46 |
| Hex | 7B | 5A | 91 | F | 26 | 0 | 2B | 114 | 17 | 2E |
| Octal | 173 | 132 | 221 | 17 | 46 | 0 | 53 | 424 | 27 | 56 |
| Binary | 1111011 | 1011010 | 10010001 | 1111 | 100110 | 0 | 101011 | 100010100 | 10111 | 101110 |
Color Harmonies of #7B5A91
Complementary color
Monochromatic Colors of #7B5A91
Black with #7B5A91
Text Example
Text Example
White with #7B5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5A91; }
p { color: rgb(123,90,145); }
H1.HeaderClassName
{
color: #7B5A91;
}
.AnyTagClassName
{
color: #7B5A91;
}
</style>
background-color css
<style>
a { background-color: #7B5A91; }
a { background-color: rgb(123,90,145); }
div.DivClassName
{
background-color: #7B5A91;
}
.BgClassName
{
background-color: #7B5A91;
}
</style>
border-color css
<style>
span { border-color: #7B5A91; }
span { border-color: rgb(123,90,145); }
td.TdClassName
{
border-color: #7B5A91;
}
.TagClassName
{
border-color: #7B5A91;
}
</style>