Shades of Affair #7B5C94
Tints of Affair #7B5C94
RGB
CMYK
RGB Variations
Color information
#7B5C94 (or 0x7B5C94) is known color: Affair. HEX triplet: 7B, 5C and 94. RGB value is (123,92,148). Sum of RGB (Red+Green+Blue) = 123+92+148=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B5C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5C94 is #84A36B. Grayscale: #6B6B6B. Windows color (decimal): -8692588 or 9723003. OLE color: 9723003.
HSL color Cylindrical-coordinate representation of color #7B5C94: hue angle of 273.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5C94 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 92 | 148 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.42 |
| HSL | 273.21º | 0.23% | 0.47% | - |
| HSV(B) | 273.21º | 0.38% | 0.58% | - |
| XYZ | 17.34 | 14 | 29.81 | - |
| YUV | 107.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 148 | 0.17 | 0.38 | 0 | 0.42 | 273.21 | 0.23 | 0.47 |
| Hex | 7B | 5C | 94 | 11 | 26 | 0 | 2A | 111 | 17 | 2F |
| Octal | 173 | 134 | 224 | 21 | 46 | 0 | 52 | 421 | 27 | 57 |
| Binary | 1111011 | 1011100 | 10010100 | 10001 | 100110 | 0 | 101010 | 100010001 | 10111 | 101111 |
Color Harmonies of #7B5C94
Complementary color
Monochromatic Colors of #7B5C94
Black with #7B5C94
Text Example
Text Example
White with #7B5C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C94; }
p { color: rgb(123,92,148); }
H1.HeaderClassName
{
color: #7B5C94;
}
.AnyTagClassName
{
color: #7B5C94;
}
</style>
background-color css
<style>
a { background-color: #7B5C94; }
a { background-color: rgb(123,92,148); }
div.DivClassName
{
background-color: #7B5C94;
}
.BgClassName
{
background-color: #7B5C94;
}
</style>
border-color css
<style>
span { border-color: #7B5C94; }
span { border-color: rgb(123,92,148); }
td.TdClassName
{
border-color: #7B5C94;
}
.TagClassName
{
border-color: #7B5C94;
}
</style>