Shades of Affair #7E598E
Tints of Affair #7E598E
RGB
CMYK
RGB Variations
Color information
#7E598E (or 0x7E598E) is known color: Affair. HEX triplet: 7E, 59 and 8E. RGB value is (126,89,142). Sum of RGB (Red+Green+Blue) = 126+89+142=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E598E is #81A671. Grayscale: #696969. Windows color (decimal): -8496754 or 9329022. OLE color: 9329022.
HSL color Cylindrical-coordinate representation of color #7E598E: hue angle of 281.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E598E is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 89 | 142 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.44 |
| HSL | 281.89º | 0.23% | 0.45% | - |
| HSV(B) | 281.89º | 0.37% | 0.56% | - |
| XYZ | 17.06 | 13.53 | 27.3 | - |
| YUV | 106.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 142 | 0.11 | 0.37 | 0 | 0.44 | 281.89 | 0.23 | 0.45 |
| Hex | 7E | 59 | 8E | B | 25 | 0 | 2C | 11A | 17 | 2D |
| Octal | 176 | 131 | 216 | 13 | 45 | 0 | 54 | 432 | 27 | 55 |
| Binary | 1111110 | 1011001 | 10001110 | 1011 | 100101 | 0 | 101100 | 100011010 | 10111 | 101101 |
Color Harmonies of #7E598E
Complementary color
Monochromatic Colors of #7E598E
Black with #7E598E
Text Example
Text Example
White with #7E598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E598E; }
p { color: rgb(126,89,142); }
H1.HeaderClassName
{
color: #7E598E;
}
.AnyTagClassName
{
color: #7E598E;
}
</style>
background-color css
<style>
a { background-color: #7E598E; }
a { background-color: rgb(126,89,142); }
div.DivClassName
{
background-color: #7E598E;
}
.BgClassName
{
background-color: #7E598E;
}
</style>
border-color css
<style>
span { border-color: #7E598E; }
span { border-color: rgb(126,89,142); }
td.TdClassName
{
border-color: #7E598E;
}
.TagClassName
{
border-color: #7E598E;
}
</style>