Shades of Affair #7D6194
Tints of Affair #7D6194
RGB
CMYK
RGB Variations
Color information
#7D6194 (or 0x7D6194) is known color: Affair. HEX triplet: 7D, 61 and 94. RGB value is (125,97,148). Sum of RGB (Red+Green+Blue) = 125+97+148=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D6194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6194 is #829E6B. Grayscale: #6F6F6F. Windows color (decimal): -8560236 or 9724285. OLE color: 9724285.
HSL color Cylindrical-coordinate representation of color #7D6194: hue angle of 272.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D6194 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 97 | 148 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.42 |
| HSL | 272.94º | 0.21% | 0.48% | - |
| HSV(B) | 272.94º | 0.34% | 0.58% | - |
| XYZ | 18.08 | 15.05 | 29.97 | - |
| YUV | 111.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 148 | 0.16 | 0.34 | 0 | 0.42 | 272.94 | 0.21 | 0.48 |
| Hex | 7D | 61 | 94 | 10 | 22 | 0 | 2A | 111 | 15 | 30 |
| Octal | 175 | 141 | 224 | 20 | 42 | 0 | 52 | 421 | 25 | 60 |
| Binary | 1111101 | 1100001 | 10010100 | 10000 | 100010 | 0 | 101010 | 100010001 | 10101 | 110000 |
Color Harmonies of #7D6194
Complementary color
Monochromatic Colors of #7D6194
Black with #7D6194
Text Example
Text Example
White with #7D6194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6194; }
p { color: rgb(125,97,148); }
H1.HeaderClassName
{
color: #7D6194;
}
.AnyTagClassName
{
color: #7D6194;
}
</style>
background-color css
<style>
a { background-color: #7D6194; }
a { background-color: rgb(125,97,148); }
div.DivClassName
{
background-color: #7D6194;
}
.BgClassName
{
background-color: #7D6194;
}
</style>
border-color css
<style>
span { border-color: #7D6194; }
span { border-color: rgb(125,97,148); }
td.TdClassName
{
border-color: #7D6194;
}
.TagClassName
{
border-color: #7D6194;
}
</style>