Shades of Affair #7D4A85
Tints of Affair #7D4A85
RGB
CMYK
RGB Variations
Color information
#7D4A85 (or 0x7D4A85) is known color: Affair. HEX triplet: 7D, 4A and 85. RGB value is (125,74,133). Sum of RGB (Red+Green+Blue) = 125+74+133=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D4A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4A85 is #82B57A. Grayscale: #5F5F5F. Windows color (decimal): -8566139 or 8735357. OLE color: 8735357.
HSL color Cylindrical-coordinate representation of color #7D4A85: hue angle of 291.86º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D4A85 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 74 | 133 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.48 |
| HSL | 291.86º | 0.29% | 0.41% | - |
| HSV(B) | 291.86º | 0.44% | 0.52% | - |
| XYZ | 15.14 | 10.95 | 23.51 | - |
| YUV | 95.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 133 | 0.06 | 0.44 | 0 | 0.48 | 291.86 | 0.29 | 0.41 |
| Hex | 7D | 4A | 85 | 6 | 2C | 0 | 30 | 124 | 1D | 29 |
| Octal | 175 | 112 | 205 | 6 | 54 | 0 | 60 | 444 | 35 | 51 |
| Binary | 1111101 | 1001010 | 10000101 | 110 | 101100 | 0 | 110000 | 100100100 | 11101 | 101001 |
Color Harmonies of #7D4A85
Complementary color
Monochromatic Colors of #7D4A85
Black with #7D4A85
Text Example
Text Example
White with #7D4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A85; }
p { color: rgb(125,74,133); }
H1.HeaderClassName
{
color: #7D4A85;
}
.AnyTagClassName
{
color: #7D4A85;
}
</style>
background-color css
<style>
a { background-color: #7D4A85; }
a { background-color: rgb(125,74,133); }
div.DivClassName
{
background-color: #7D4A85;
}
.BgClassName
{
background-color: #7D4A85;
}
</style>
border-color css
<style>
span { border-color: #7D4A85; }
span { border-color: rgb(125,74,133); }
td.TdClassName
{
border-color: #7D4A85;
}
.TagClassName
{
border-color: #7D4A85;
}
</style>