Shades of Affair #7B4995
Tints of Affair #7B4995
RGB
CMYK
RGB Variations
Color information
#7B4995 (or 0x7B4995) is known color: Affair. HEX triplet: 7B, 49 and 95. RGB value is (123,73,149). Sum of RGB (Red+Green+Blue) = 123+73+149=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4995 is #84B66A. Grayscale: #606060. Windows color (decimal): -8697451 or 9783675. OLE color: 9783675.
HSL color Cylindrical-coordinate representation of color #7B4995: hue angle of 279.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B4995 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 73 | 149 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.42 |
| HSL | 279.47º | 0.34% | 0.44% | - |
| HSV(B) | 279.47º | 0.51% | 0.58% | - |
| XYZ | 15.98 | 11.15 | 29.74 | - |
| YUV | 96.61 | 157.57 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 149 | 0.17 | 0.51 | 0 | 0.42 | 279.47 | 0.34 | 0.44 |
| Hex | 7B | 49 | 95 | 11 | 33 | 0 | 2A | 117 | 22 | 2C |
| Octal | 173 | 111 | 225 | 21 | 63 | 0 | 52 | 427 | 42 | 54 |
| Binary | 1111011 | 1001001 | 10010101 | 10001 | 110011 | 0 | 101010 | 100010111 | 100010 | 101100 |
Color Harmonies of #7B4995
Complementary color
Monochromatic Colors of #7B4995
Black with #7B4995
Text Example
Text Example
White with #7B4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4995; }
p { color: rgb(123,73,149); }
H1.HeaderClassName
{
color: #7B4995;
}
.AnyTagClassName
{
color: #7B4995;
}
</style>
background-color css
<style>
a { background-color: #7B4995; }
a { background-color: rgb(123,73,149); }
div.DivClassName
{
background-color: #7B4995;
}
.BgClassName
{
background-color: #7B4995;
}
</style>
border-color css
<style>
span { border-color: #7B4995; }
span { border-color: rgb(123,73,149); }
td.TdClassName
{
border-color: #7B4995;
}
.TagClassName
{
border-color: #7B4995;
}
</style>