Shades of Affair #7C4D8E
Tints of Affair #7C4D8E
RGB
CMYK
RGB Variations
Color information
#7C4D8E (or 0x7C4D8E) is known color: Affair. HEX triplet: 7C, 4D and 8E. RGB value is (124,77,142). Sum of RGB (Red+Green+Blue) = 124+77+142=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C4D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4D8E is #83B271. Grayscale: #626262. Windows color (decimal): -8630898 or 9325948. OLE color: 9325948.
HSL color Cylindrical-coordinate representation of color #7C4D8E: hue angle of 283.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4D8E is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 77 | 142 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.44 |
| HSL | 283.38º | 0.3% | 0.43% | - |
| HSV(B) | 283.38º | 0.46% | 0.56% | - |
| XYZ | 15.85 | 11.55 | 26.98 | - |
| YUV | 98.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 142 | 0.13 | 0.46 | 0 | 0.44 | 283.38 | 0.3 | 0.43 |
| Hex | 7C | 4D | 8E | D | 2E | 0 | 2C | 11B | 1E | 2B |
| Octal | 174 | 115 | 216 | 15 | 56 | 0 | 54 | 433 | 36 | 53 |
| Binary | 1111100 | 1001101 | 10001110 | 1101 | 101110 | 0 | 101100 | 100011011 | 11110 | 101011 |
Color Harmonies of #7C4D8E
Complementary color
Monochromatic Colors of #7C4D8E
Black with #7C4D8E
Text Example
Text Example
White with #7C4D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D8E; }
p { color: rgb(124,77,142); }
H1.HeaderClassName
{
color: #7C4D8E;
}
.AnyTagClassName
{
color: #7C4D8E;
}
</style>
background-color css
<style>
a { background-color: #7C4D8E; }
a { background-color: rgb(124,77,142); }
div.DivClassName
{
background-color: #7C4D8E;
}
.BgClassName
{
background-color: #7C4D8E;
}
</style>
border-color css
<style>
span { border-color: #7C4D8E; }
span { border-color: rgb(124,77,142); }
td.TdClassName
{
border-color: #7C4D8E;
}
.TagClassName
{
border-color: #7C4D8E;
}
</style>