Shades of Affair #7B5593
Tints of Affair #7B5593
RGB
CMYK
RGB Variations
Color information
#7B5593 (or 0x7B5593) is known color: Affair. HEX triplet: 7B, 55 and 93. RGB value is (123,85,147). Sum of RGB (Red+Green+Blue) = 123+85+147=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5593 is #84AA6C. Grayscale: #676767. Windows color (decimal): -8694381 or 9655675. OLE color: 9655675.
HSL color Cylindrical-coordinate representation of color #7B5593: hue angle of 276.77º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B5593 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 85 | 147 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.42 |
| HSL | 276.77º | 0.27% | 0.45% | - |
| HSV(B) | 276.77º | 0.42% | 0.58% | - |
| XYZ | 16.68 | 12.81 | 29.2 | - |
| YUV | 103.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 147 | 0.16 | 0.42 | 0 | 0.42 | 276.77 | 0.27 | 0.45 |
| Hex | 7B | 55 | 93 | 10 | 2A | 0 | 2A | 115 | 1B | 2D |
| Octal | 173 | 125 | 223 | 20 | 52 | 0 | 52 | 425 | 33 | 55 |
| Binary | 1111011 | 1010101 | 10010011 | 10000 | 101010 | 0 | 101010 | 100010101 | 11011 | 101101 |
Color Harmonies of #7B5593
Complementary color
Monochromatic Colors of #7B5593
Black with #7B5593
Text Example
Text Example
White with #7B5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5593; }
p { color: rgb(123,85,147); }
H1.HeaderClassName
{
color: #7B5593;
}
.AnyTagClassName
{
color: #7B5593;
}
</style>
background-color css
<style>
a { background-color: #7B5593; }
a { background-color: rgb(123,85,147); }
div.DivClassName
{
background-color: #7B5593;
}
.BgClassName
{
background-color: #7B5593;
}
</style>
border-color css
<style>
span { border-color: #7B5593; }
span { border-color: rgb(123,85,147); }
td.TdClassName
{
border-color: #7B5593;
}
.TagClassName
{
border-color: #7B5593;
}
</style>