Shades of Affair #7D498D
Tints of Affair #7D498D
RGB
CMYK
RGB Variations
Color information
#7D498D (or 0x7D498D) is known color: Affair. HEX triplet: 7D, 49 and 8D. RGB value is (125,73,141). Sum of RGB (Red+Green+Blue) = 125+73+141=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D498D is #82B672. Grayscale: #606060. Windows color (decimal): -8566387 or 9259389. OLE color: 9259389.
HSL color Cylindrical-coordinate representation of color #7D498D: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D498D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 73 | 141 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.45 |
| HSL | 285.88º | 0.32% | 0.42% | - |
| HSV(B) | 285.88º | 0.48% | 0.55% | - |
| XYZ | 15.65 | 11.05 | 26.51 | - |
| YUV | 96.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 141 | 0.11 | 0.48 | 0 | 0.45 | 285.88 | 0.32 | 0.42 |
| Hex | 7D | 49 | 8D | B | 30 | 0 | 2D | 11E | 20 | 2A |
| Octal | 175 | 111 | 215 | 13 | 60 | 0 | 55 | 436 | 40 | 52 |
| Binary | 1111101 | 1001001 | 10001101 | 1011 | 110000 | 0 | 101101 | 100011110 | 100000 | 101010 |
Color Harmonies of #7D498D
Complementary color
Monochromatic Colors of #7D498D
Black with #7D498D
Text Example
Text Example
White with #7D498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D498D; }
p { color: rgb(125,73,141); }
H1.HeaderClassName
{
color: #7D498D;
}
.AnyTagClassName
{
color: #7D498D;
}
</style>
background-color css
<style>
a { background-color: #7D498D; }
a { background-color: rgb(125,73,141); }
div.DivClassName
{
background-color: #7D498D;
}
.BgClassName
{
background-color: #7D498D;
}
</style>
border-color css
<style>
span { border-color: #7D498D; }
span { border-color: rgb(125,73,141); }
td.TdClassName
{
border-color: #7D498D;
}
.TagClassName
{
border-color: #7D498D;
}
</style>