Shades of Affair #7D598E
Tints of Affair #7D598E
RGB
CMYK
RGB Variations
Color information
#7D598E (or 0x7D598E) is known color: Affair. HEX triplet: 7D, 59 and 8E. RGB value is (125,89,142). Sum of RGB (Red+Green+Blue) = 125+89+142=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D598E is #82A671. Grayscale: #696969. Windows color (decimal): -8562290 or 9329021. OLE color: 9329021.
HSL color Cylindrical-coordinate representation of color #7D598E: hue angle of 280.75º 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 #7D598E is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 89 | 142 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.44 |
| HSL | 280.75º | 0.23% | 0.45% | - |
| HSV(B) | 280.75º | 0.37% | 0.56% | - |
| XYZ | 16.91 | 13.46 | 27.3 | - |
| YUV | 105.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 142 | 0.12 | 0.37 | 0 | 0.44 | 280.75 | 0.23 | 0.45 |
| Hex | 7D | 59 | 8E | C | 25 | 0 | 2C | 119 | 17 | 2D |
| Octal | 175 | 131 | 216 | 14 | 45 | 0 | 54 | 431 | 27 | 55 |
| Binary | 1111101 | 1011001 | 10001110 | 1100 | 100101 | 0 | 101100 | 100011001 | 10111 | 101101 |
Color Harmonies of #7D598E
Complementary color
Monochromatic Colors of #7D598E
Black with #7D598E
Text Example
Text Example
White with #7D598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D598E; }
p { color: rgb(125,89,142); }
H1.HeaderClassName
{
color: #7D598E;
}
.AnyTagClassName
{
color: #7D598E;
}
</style>
background-color css
<style>
a { background-color: #7D598E; }
a { background-color: rgb(125,89,142); }
div.DivClassName
{
background-color: #7D598E;
}
.BgClassName
{
background-color: #7D598E;
}
</style>
border-color css
<style>
span { border-color: #7D598E; }
span { border-color: rgb(125,89,142); }
td.TdClassName
{
border-color: #7D598E;
}
.TagClassName
{
border-color: #7D598E;
}
</style>