Shades of Affair #7D4C87
Tints of Affair #7D4C87
RGB
CMYK
RGB Variations
Color information
#7D4C87 (or 0x7D4C87) is known color: Affair. HEX triplet: 7D, 4C and 87. RGB value is (125,76,135). Sum of RGB (Red+Green+Blue) = 125+76+135=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D4C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4C87 is #82B378. Grayscale: #616161. Windows color (decimal): -8565625 or 8866941. OLE color: 8866941.
HSL color Cylindrical-coordinate representation of color #7D4C87: hue angle of 289.83º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D4C87 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 76 | 135 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.47 |
| HSL | 289.83º | 0.28% | 0.41% | - |
| HSV(B) | 289.83º | 0.44% | 0.53% | - |
| XYZ | 15.42 | 11.28 | 24.29 | - |
| YUV | 97.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 135 | 0.07 | 0.44 | 0 | 0.47 | 289.83 | 0.28 | 0.41 |
| Hex | 7D | 4C | 87 | 7 | 2C | 0 | 2F | 122 | 1C | 29 |
| Octal | 175 | 114 | 207 | 7 | 54 | 0 | 57 | 442 | 34 | 51 |
| Binary | 1111101 | 1001100 | 10000111 | 111 | 101100 | 0 | 101111 | 100100010 | 11100 | 101001 |
Color Harmonies of #7D4C87
Complementary color
Monochromatic Colors of #7D4C87
Black with #7D4C87
Text Example
Text Example
White with #7D4C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C87; }
p { color: rgb(125,76,135); }
H1.HeaderClassName
{
color: #7D4C87;
}
.AnyTagClassName
{
color: #7D4C87;
}
</style>
background-color css
<style>
a { background-color: #7D4C87; }
a { background-color: rgb(125,76,135); }
div.DivClassName
{
background-color: #7D4C87;
}
.BgClassName
{
background-color: #7D4C87;
}
</style>
border-color css
<style>
span { border-color: #7D4C87; }
span { border-color: rgb(125,76,135); }
td.TdClassName
{
border-color: #7D4C87;
}
.TagClassName
{
border-color: #7D4C87;
}
</style>