Shades of Affair #7B5984
Tints of Affair #7B5984
RGB
CMYK
RGB Variations
Color information
#7B5984 (or 0x7B5984) is known color: Affair. HEX triplet: 7B, 59 and 84. RGB value is (123,89,132). Sum of RGB (Red+Green+Blue) = 123+89+132=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B5984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5984 is #84A67B. Grayscale: #676767. Windows color (decimal): -8693372 or 8673659. OLE color: 8673659.
HSL color Cylindrical-coordinate representation of color #7B5984: hue angle of 287.44º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5984 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 89 | 132 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.48 |
| HSL | 287.44º | 0.19% | 0.43% | - |
| HSV(B) | 287.44º | 0.33% | 0.52% | - |
| XYZ | 15.91 | 13.02 | 23.5 | - |
| YUV | 104.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 132 | 0.07 | 0.33 | 0 | 0.48 | 287.44 | 0.19 | 0.43 |
| Hex | 7B | 59 | 84 | 7 | 21 | 0 | 30 | 11F | 13 | 2B |
| Octal | 173 | 131 | 204 | 7 | 41 | 0 | 60 | 437 | 23 | 53 |
| Binary | 1111011 | 1011001 | 10000100 | 111 | 100001 | 0 | 110000 | 100011111 | 10011 | 101011 |
Color Harmonies of #7B5984
Complementary color
Monochromatic Colors of #7B5984
Black with #7B5984
Text Example
Text Example
White with #7B5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5984; }
p { color: rgb(123,89,132); }
H1.HeaderClassName
{
color: #7B5984;
}
.AnyTagClassName
{
color: #7B5984;
}
</style>
background-color css
<style>
a { background-color: #7B5984; }
a { background-color: rgb(123,89,132); }
div.DivClassName
{
background-color: #7B5984;
}
.BgClassName
{
background-color: #7B5984;
}
</style>
border-color css
<style>
span { border-color: #7B5984; }
span { border-color: rgb(123,89,132); }
td.TdClassName
{
border-color: #7B5984;
}
.TagClassName
{
border-color: #7B5984;
}
</style>