Shades of Affair #7C4E87
Tints of Affair #7C4E87
RGB
CMYK
RGB Variations
Color information
#7C4E87 (or 0x7C4E87) is known color: Affair. HEX triplet: 7C, 4E and 87. RGB value is (124,78,135). Sum of RGB (Red+Green+Blue) = 124+78+135=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C4E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4E87 is #83B178. Grayscale: #626262. Windows color (decimal): -8630649 or 8867452. OLE color: 8867452.
HSL color Cylindrical-coordinate representation of color #7C4E87: hue angle of 288.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C4E87 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 78 | 135 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.47 |
| HSL | 288.42º | 0.27% | 0.42% | - |
| HSV(B) | 288.42º | 0.42% | 0.53% | - |
| XYZ | 15.41 | 11.48 | 24.33 | - |
| YUV | 98.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 135 | 0.08 | 0.42 | 0 | 0.47 | 288.42 | 0.27 | 0.42 |
| Hex | 7C | 4E | 87 | 8 | 2A | 0 | 2F | 120 | 1B | 2A |
| Octal | 174 | 116 | 207 | 10 | 52 | 0 | 57 | 440 | 33 | 52 |
| Binary | 1111100 | 1001110 | 10000111 | 1000 | 101010 | 0 | 101111 | 100100000 | 11011 | 101010 |
Color Harmonies of #7C4E87
Complementary color
Monochromatic Colors of #7C4E87
Black with #7C4E87
Text Example
Text Example
White with #7C4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E87; }
p { color: rgb(124,78,135); }
H1.HeaderClassName
{
color: #7C4E87;
}
.AnyTagClassName
{
color: #7C4E87;
}
</style>
background-color css
<style>
a { background-color: #7C4E87; }
a { background-color: rgb(124,78,135); }
div.DivClassName
{
background-color: #7C4E87;
}
.BgClassName
{
background-color: #7C4E87;
}
</style>
border-color css
<style>
span { border-color: #7C4E87; }
span { border-color: rgb(124,78,135); }
td.TdClassName
{
border-color: #7C4E87;
}
.TagClassName
{
border-color: #7C4E87;
}
</style>