Shades of Affair #7C5A8F
Tints of Affair #7C5A8F
RGB
CMYK
RGB Variations
Color information
#7C5A8F (or 0x7C5A8F) is known color: Affair. HEX triplet: 7C, 5A and 8F. RGB value is (124,90,143). Sum of RGB (Red+Green+Blue) = 124+90+143=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C5A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5A8F is #83A570. Grayscale: #6A6A6A. Windows color (decimal): -8627569 or 9394812. OLE color: 9394812.
HSL color Cylindrical-coordinate representation of color #7C5A8F: hue angle of 278.49º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C5A8F is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 90 | 143 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.44 |
| HSL | 278.49º | 0.23% | 0.46% | - |
| HSV(B) | 278.49º | 0.37% | 0.56% | - |
| XYZ | 16.93 | 13.58 | 27.72 | - |
| YUV | 106.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 143 | 0.13 | 0.37 | 0 | 0.44 | 278.49 | 0.23 | 0.46 |
| Hex | 7C | 5A | 8F | D | 25 | 0 | 2C | 116 | 17 | 2E |
| Octal | 174 | 132 | 217 | 15 | 45 | 0 | 54 | 426 | 27 | 56 |
| Binary | 1111100 | 1011010 | 10001111 | 1101 | 100101 | 0 | 101100 | 100010110 | 10111 | 101110 |
Color Harmonies of #7C5A8F
Complementary color
Monochromatic Colors of #7C5A8F
Black with #7C5A8F
Text Example
Text Example
White with #7C5A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A8F; }
p { color: rgb(124,90,143); }
H1.HeaderClassName
{
color: #7C5A8F;
}
.AnyTagClassName
{
color: #7C5A8F;
}
</style>
background-color css
<style>
a { background-color: #7C5A8F; }
a { background-color: rgb(124,90,143); }
div.DivClassName
{
background-color: #7C5A8F;
}
.BgClassName
{
background-color: #7C5A8F;
}
</style>
border-color css
<style>
span { border-color: #7C5A8F; }
span { border-color: rgb(124,90,143); }
td.TdClassName
{
border-color: #7C5A8F;
}
.TagClassName
{
border-color: #7C5A8F;
}
</style>