Shades of Affair #7E598F
Tints of Affair #7E598F
RGB
CMYK
RGB Variations
Color information
#7E598F (or 0x7E598F) is known color: Affair. HEX triplet: 7E, 59 and 8F. RGB value is (126,89,143). Sum of RGB (Red+Green+Blue) = 126+89+143=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E598F is #81A670. Grayscale: #6A6A6A. Windows color (decimal): -8496753 or 9394558. OLE color: 9394558.
HSL color Cylindrical-coordinate representation of color #7E598F: hue angle of 281.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E598F is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 89 | 143 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.44 |
| HSL | 281.11º | 0.23% | 0.45% | - |
| HSV(B) | 281.11º | 0.38% | 0.56% | - |
| XYZ | 17.13 | 13.56 | 27.7 | - |
| YUV | 106.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 143 | 0.12 | 0.38 | 0 | 0.44 | 281.11 | 0.23 | 0.45 |
| Hex | 7E | 59 | 8F | C | 26 | 0 | 2C | 119 | 17 | 2D |
| Octal | 176 | 131 | 217 | 14 | 46 | 0 | 54 | 431 | 27 | 55 |
| Binary | 1111110 | 1011001 | 10001111 | 1100 | 100110 | 0 | 101100 | 100011001 | 10111 | 101101 |
Color Harmonies of #7E598F
Complementary color
Monochromatic Colors of #7E598F
Black with #7E598F
Text Example
Text Example
White with #7E598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E598F; }
p { color: rgb(126,89,143); }
H1.HeaderClassName
{
color: #7E598F;
}
.AnyTagClassName
{
color: #7E598F;
}
</style>
background-color css
<style>
a { background-color: #7E598F; }
a { background-color: rgb(126,89,143); }
div.DivClassName
{
background-color: #7E598F;
}
.BgClassName
{
background-color: #7E598F;
}
</style>
border-color css
<style>
span { border-color: #7E598F; }
span { border-color: rgb(126,89,143); }
td.TdClassName
{
border-color: #7E598F;
}
.TagClassName
{
border-color: #7E598F;
}
</style>