Shades of Affair #7D518C
Tints of Affair #7D518C
RGB
CMYK
RGB Variations
Color information
#7D518C (or 0x7D518C) is known color: Affair. HEX triplet: 7D, 51 and 8C. RGB value is (125,81,140). Sum of RGB (Red+Green+Blue) = 125+81+140=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D518C is #82AE73. Grayscale: #646464. Windows color (decimal): -8564340 or 9195901. OLE color: 9195901.
HSL color Cylindrical-coordinate representation of color #7D518C: hue angle of 284.75º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D518C is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 81 | 140 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.45 |
| HSL | 284.75º | 0.27% | 0.43% | - |
| HSV(B) | 284.75º | 0.42% | 0.55% | - |
| XYZ | 16.13 | 12.14 | 26.3 | - |
| YUV | 100.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 140 | 0.11 | 0.42 | 0 | 0.45 | 284.75 | 0.27 | 0.43 |
| Hex | 7D | 51 | 8C | B | 2A | 0 | 2D | 11D | 1B | 2B |
| Octal | 175 | 121 | 214 | 13 | 52 | 0 | 55 | 435 | 33 | 53 |
| Binary | 1111101 | 1010001 | 10001100 | 1011 | 101010 | 0 | 101101 | 100011101 | 11011 | 101011 |
Color Harmonies of #7D518C
Complementary color
Monochromatic Colors of #7D518C
Black with #7D518C
Text Example
Text Example
White with #7D518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D518C; }
p { color: rgb(125,81,140); }
H1.HeaderClassName
{
color: #7D518C;
}
.AnyTagClassName
{
color: #7D518C;
}
</style>
background-color css
<style>
a { background-color: #7D518C; }
a { background-color: rgb(125,81,140); }
div.DivClassName
{
background-color: #7D518C;
}
.BgClassName
{
background-color: #7D518C;
}
</style>
border-color css
<style>
span { border-color: #7D518C; }
span { border-color: rgb(125,81,140); }
td.TdClassName
{
border-color: #7D518C;
}
.TagClassName
{
border-color: #7D518C;
}
</style>