Shades of Affair #7B5191
Tints of Affair #7B5191
RGB
CMYK
RGB Variations
Color information
#7B5191 (or 0x7B5191) is known color: Affair. HEX triplet: 7B, 51 and 91. RGB value is (123,81,145). Sum of RGB (Red+Green+Blue) = 123+81+145=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5191 is #84AE6E. Grayscale: #646464. Windows color (decimal): -8695407 or 9523579. OLE color: 9523579.
HSL color Cylindrical-coordinate representation of color #7B5191: hue angle of 279.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5191 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 81 | 145 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.43 |
| HSL | 279.38º | 0.28% | 0.44% | - |
| HSV(B) | 279.38º | 0.44% | 0.57% | - |
| XYZ | 16.22 | 12.14 | 28.28 | - |
| YUV | 100.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 145 | 0.15 | 0.44 | 0 | 0.43 | 279.38 | 0.28 | 0.44 |
| Hex | 7B | 51 | 91 | F | 2C | 0 | 2B | 117 | 1C | 2C |
| Octal | 173 | 121 | 221 | 17 | 54 | 0 | 53 | 427 | 34 | 54 |
| Binary | 1111011 | 1010001 | 10010001 | 1111 | 101100 | 0 | 101011 | 100010111 | 11100 | 101100 |
Color Harmonies of #7B5191
Complementary color
Monochromatic Colors of #7B5191
Black with #7B5191
Text Example
Text Example
White with #7B5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5191; }
p { color: rgb(123,81,145); }
H1.HeaderClassName
{
color: #7B5191;
}
.AnyTagClassName
{
color: #7B5191;
}
</style>
background-color css
<style>
a { background-color: #7B5191; }
a { background-color: rgb(123,81,145); }
div.DivClassName
{
background-color: #7B5191;
}
.BgClassName
{
background-color: #7B5191;
}
</style>
border-color css
<style>
span { border-color: #7B5191; }
span { border-color: rgb(123,81,145); }
td.TdClassName
{
border-color: #7B5191;
}
.TagClassName
{
border-color: #7B5191;
}
</style>