Shades of Affair #7C5890
Tints of Affair #7C5890
RGB
CMYK
RGB Variations
Color information
#7C5890 (or 0x7C5890) is known color: Affair. HEX triplet: 7C, 58 and 90. RGB value is (124,88,144). Sum of RGB (Red+Green+Blue) = 124+88+144=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C5890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5890 is #83A76F. Grayscale: #686868. Windows color (decimal): -8628080 or 9459836. OLE color: 9459836.
HSL color Cylindrical-coordinate representation of color #7C5890: hue angle of 278.57º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C5890 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 88 | 144 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.44 |
| HSL | 278.57º | 0.24% | 0.45% | - |
| HSV(B) | 278.57º | 0.39% | 0.56% | - |
| XYZ | 16.84 | 13.28 | 28.06 | - |
| YUV | 105.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 144 | 0.14 | 0.39 | 0 | 0.44 | 278.57 | 0.24 | 0.45 |
| Hex | 7C | 58 | 90 | E | 27 | 0 | 2C | 117 | 18 | 2D |
| Octal | 174 | 130 | 220 | 16 | 47 | 0 | 54 | 427 | 30 | 55 |
| Binary | 1111100 | 1011000 | 10010000 | 1110 | 100111 | 0 | 101100 | 100010111 | 11000 | 101101 |
Color Harmonies of #7C5890
Complementary color
Monochromatic Colors of #7C5890
Black with #7C5890
Text Example
Text Example
White with #7C5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5890; }
p { color: rgb(124,88,144); }
H1.HeaderClassName
{
color: #7C5890;
}
.AnyTagClassName
{
color: #7C5890;
}
</style>
background-color css
<style>
a { background-color: #7C5890; }
a { background-color: rgb(124,88,144); }
div.DivClassName
{
background-color: #7C5890;
}
.BgClassName
{
background-color: #7C5890;
}
</style>
border-color css
<style>
span { border-color: #7C5890; }
span { border-color: rgb(124,88,144); }
td.TdClassName
{
border-color: #7C5890;
}
.TagClassName
{
border-color: #7C5890;
}
</style>