Shades of Affair #7D598D
Tints of Affair #7D598D
RGB
CMYK
RGB Variations
Color information
#7D598D (or 0x7D598D) is known color: Affair. HEX triplet: 7D, 59 and 8D. RGB value is (125,89,141). Sum of RGB (Red+Green+Blue) = 125+89+141=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D598D is #82A672. Grayscale: #696969. Windows color (decimal): -8562291 or 9263485. OLE color: 9263485.
HSL color Cylindrical-coordinate representation of color #7D598D: hue angle of 281.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D598D is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 89 | 141 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.45 |
| HSL | 281.54º | 0.23% | 0.45% | - |
| HSV(B) | 281.54º | 0.37% | 0.55% | - |
| XYZ | 16.84 | 13.43 | 26.9 | - |
| YUV | 105.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 141 | 0.11 | 0.37 | 0 | 0.45 | 281.54 | 0.23 | 0.45 |
| Hex | 7D | 59 | 8D | B | 25 | 0 | 2D | 11A | 17 | 2D |
| Octal | 175 | 131 | 215 | 13 | 45 | 0 | 55 | 432 | 27 | 55 |
| Binary | 1111101 | 1011001 | 10001101 | 1011 | 100101 | 0 | 101101 | 100011010 | 10111 | 101101 |
Color Harmonies of #7D598D
Complementary color
Monochromatic Colors of #7D598D
Black with #7D598D
Text Example
Text Example
White with #7D598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D598D; }
p { color: rgb(125,89,141); }
H1.HeaderClassName
{
color: #7D598D;
}
.AnyTagClassName
{
color: #7D598D;
}
</style>
background-color css
<style>
a { background-color: #7D598D; }
a { background-color: rgb(125,89,141); }
div.DivClassName
{
background-color: #7D598D;
}
.BgClassName
{
background-color: #7D598D;
}
</style>
border-color css
<style>
span { border-color: #7D598D; }
span { border-color: rgb(125,89,141); }
td.TdClassName
{
border-color: #7D598D;
}
.TagClassName
{
border-color: #7D598D;
}
</style>