Shades of Affair #7C498F
Tints of Affair #7C498F
RGB
CMYK
RGB Variations
Color information
#7C498F (or 0x7C498F) is known color: Affair. HEX triplet: 7C, 49 and 8F. RGB value is (124,73,143). Sum of RGB (Red+Green+Blue) = 124+73+143=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C498F is #83B670. Grayscale: #606060. Windows color (decimal): -8631921 or 9390460. OLE color: 9390460.
HSL color Cylindrical-coordinate representation of color #7C498F: hue angle of 283.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C498F is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 73 | 143 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.44 |
| HSL | 283.71º | 0.32% | 0.42% | - |
| HSV(B) | 283.71º | 0.49% | 0.56% | - |
| XYZ | 15.65 | 11.03 | 27.29 | - |
| YUV | 96.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 143 | 0.13 | 0.49 | 0 | 0.44 | 283.71 | 0.32 | 0.42 |
| Hex | 7C | 49 | 8F | D | 31 | 0 | 2C | 11C | 20 | 2A |
| Octal | 174 | 111 | 217 | 15 | 61 | 0 | 54 | 434 | 40 | 52 |
| Binary | 1111100 | 1001001 | 10001111 | 1101 | 110001 | 0 | 101100 | 100011100 | 100000 | 101010 |
Color Harmonies of #7C498F
Complementary color
Monochromatic Colors of #7C498F
Black with #7C498F
Text Example
Text Example
White with #7C498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C498F; }
p { color: rgb(124,73,143); }
H1.HeaderClassName
{
color: #7C498F;
}
.AnyTagClassName
{
color: #7C498F;
}
</style>
background-color css
<style>
a { background-color: #7C498F; }
a { background-color: rgb(124,73,143); }
div.DivClassName
{
background-color: #7C498F;
}
.BgClassName
{
background-color: #7C498F;
}
</style>
border-color css
<style>
span { border-color: #7C498F; }
span { border-color: rgb(124,73,143); }
td.TdClassName
{
border-color: #7C498F;
}
.TagClassName
{
border-color: #7C498F;
}
</style>