Shades of Affair #7C5B8D
Tints of Affair #7C5B8D
RGB
CMYK
RGB Variations
Color information
#7C5B8D (or 0x7C5B8D) is known color: Affair. HEX triplet: 7C, 5B and 8D. RGB value is (124,91,141). Sum of RGB (Red+Green+Blue) = 124+91+141=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C5B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5B8D is #83A472. Grayscale: #6A6A6A. Windows color (decimal): -8627315 or 9263996. OLE color: 9263996.
HSL color Cylindrical-coordinate representation of color #7C5B8D: hue angle of 279.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5B8D is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 91 | 141 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.45 |
| HSL | 279.6º | 0.22% | 0.45% | - |
| HSV(B) | 279.6º | 0.35% | 0.55% | - |
| XYZ | 16.86 | 13.69 | 26.95 | - |
| YUV | 106.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 141 | 0.12 | 0.35 | 0 | 0.45 | 279.6 | 0.22 | 0.45 |
| Hex | 7C | 5B | 8D | C | 23 | 0 | 2D | 118 | 16 | 2D |
| Octal | 174 | 133 | 215 | 14 | 43 | 0 | 55 | 430 | 26 | 55 |
| Binary | 1111100 | 1011011 | 10001101 | 1100 | 100011 | 0 | 101101 | 100011000 | 10110 | 101101 |
Color Harmonies of #7C5B8D
Complementary color
Monochromatic Colors of #7C5B8D
Black with #7C5B8D
Text Example
Text Example
White with #7C5B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5B8D; }
p { color: rgb(124,91,141); }
H1.HeaderClassName
{
color: #7C5B8D;
}
.AnyTagClassName
{
color: #7C5B8D;
}
</style>
background-color css
<style>
a { background-color: #7C5B8D; }
a { background-color: rgb(124,91,141); }
div.DivClassName
{
background-color: #7C5B8D;
}
.BgClassName
{
background-color: #7C5B8D;
}
</style>
border-color css
<style>
span { border-color: #7C5B8D; }
span { border-color: rgb(124,91,141); }
td.TdClassName
{
border-color: #7C5B8D;
}
.TagClassName
{
border-color: #7C5B8D;
}
</style>