Shades of Affair #7D4B87
Tints of Affair #7D4B87
RGB
CMYK
RGB Variations
Color information
#7D4B87 (or 0x7D4B87) is known color: Affair. HEX triplet: 7D, 4B and 87. RGB value is (125,75,135). Sum of RGB (Red+Green+Blue) = 125+75+135=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D4B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4B87 is #82B478. Grayscale: #606060. Windows color (decimal): -8565881 or 8866685. OLE color: 8866685.
HSL color Cylindrical-coordinate representation of color #7D4B87: hue angle of 290º degrees, saturation: 0.29, 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 #7D4B87 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 75 | 135 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.47 |
| HSL | 290º | 0.29% | 0.41% | - |
| HSV(B) | 290º | 0.44% | 0.53% | - |
| XYZ | 15.35 | 11.14 | 24.26 | - |
| YUV | 96.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 135 | 0.07 | 0.44 | 0 | 0.47 | 290 | 0.29 | 0.41 |
| Hex | 7D | 4B | 87 | 7 | 2C | 0 | 2F | 122 | 1D | 29 |
| Octal | 175 | 113 | 207 | 7 | 54 | 0 | 57 | 442 | 35 | 51 |
| Binary | 1111101 | 1001011 | 10000111 | 111 | 101100 | 0 | 101111 | 100100010 | 11101 | 101001 |
Color Harmonies of #7D4B87
Complementary color
Monochromatic Colors of #7D4B87
Black with #7D4B87
Text Example
Text Example
White with #7D4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B87; }
p { color: rgb(125,75,135); }
H1.HeaderClassName
{
color: #7D4B87;
}
.AnyTagClassName
{
color: #7D4B87;
}
</style>
background-color css
<style>
a { background-color: #7D4B87; }
a { background-color: rgb(125,75,135); }
div.DivClassName
{
background-color: #7D4B87;
}
.BgClassName
{
background-color: #7D4B87;
}
</style>
border-color css
<style>
span { border-color: #7D4B87; }
span { border-color: rgb(125,75,135); }
td.TdClassName
{
border-color: #7D4B87;
}
.TagClassName
{
border-color: #7D4B87;
}
</style>