Shades of Affair #7B5192
Tints of Affair #7B5192
RGB
CMYK
RGB Variations
Color information
#7B5192 (or 0x7B5192) is known color: Affair. HEX triplet: 7B, 51 and 92. RGB value is (123,81,146). Sum of RGB (Red+Green+Blue) = 123+81+146=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B5192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5192 is #84AE6D. Grayscale: #646464. Windows color (decimal): -8695406 or 9589115. OLE color: 9589115.
HSL color Cylindrical-coordinate representation of color #7B5192: hue angle of 278.77º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B5192 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 81 | 146 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.43 |
| HSL | 278.77º | 0.29% | 0.45% | - |
| HSV(B) | 278.77º | 0.45% | 0.57% | - |
| XYZ | 16.3 | 12.17 | 28.68 | - |
| YUV | 100.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 146 | 0.16 | 0.45 | 0 | 0.43 | 278.77 | 0.29 | 0.45 |
| Hex | 7B | 51 | 92 | 10 | 2D | 0 | 2B | 117 | 1D | 2D |
| Octal | 173 | 121 | 222 | 20 | 55 | 0 | 53 | 427 | 35 | 55 |
| Binary | 1111011 | 1010001 | 10010010 | 10000 | 101101 | 0 | 101011 | 100010111 | 11101 | 101101 |
Color Harmonies of #7B5192
Complementary color
Monochromatic Colors of #7B5192
Black with #7B5192
Text Example
Text Example
White with #7B5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5192; }
p { color: rgb(123,81,146); }
H1.HeaderClassName
{
color: #7B5192;
}
.AnyTagClassName
{
color: #7B5192;
}
</style>
background-color css
<style>
a { background-color: #7B5192; }
a { background-color: rgb(123,81,146); }
div.DivClassName
{
background-color: #7B5192;
}
.BgClassName
{
background-color: #7B5192;
}
</style>
border-color css
<style>
span { border-color: #7B5192; }
span { border-color: rgb(123,81,146); }
td.TdClassName
{
border-color: #7B5192;
}
.TagClassName
{
border-color: #7B5192;
}
</style>