Shades of Affair #7E618B
Tints of Affair #7E618B
RGB
CMYK
RGB Variations
Color information
#7E618B (or 0x7E618B) is known color: Affair. HEX triplet: 7E, 61 and 8B. RGB value is (126,97,139). Sum of RGB (Red+Green+Blue) = 126+97+139=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E618B is #819E74. Grayscale: #6E6E6E. Windows color (decimal): -8494709 or 9134462. OLE color: 9134462.
HSL color Cylindrical-coordinate representation of color #7E618B: hue angle of 281.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E618B is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 97 | 139 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.45 |
| HSL | 281.43º | 0.18% | 0.46% | - |
| HSV(B) | 281.43º | 0.3% | 0.55% | - |
| XYZ | 17.54 | 14.85 | 26.37 | - |
| YUV | 110.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 139 | 0.09 | 0.30 | 0 | 0.45 | 281.43 | 0.18 | 0.46 |
| Hex | 7E | 61 | 8B | 9 | 1E | 0 | 2D | 119 | 12 | 2E |
| Octal | 176 | 141 | 213 | 11 | 36 | 0 | 55 | 431 | 22 | 56 |
| Binary | 1111110 | 1100001 | 10001011 | 1001 | 11110 | 0 | 101101 | 100011001 | 10010 | 101110 |
Color Harmonies of #7E618B
Complementary color
Monochromatic Colors of #7E618B
Black with #7E618B
Text Example
Text Example
White with #7E618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E618B; }
p { color: rgb(126,97,139); }
H1.HeaderClassName
{
color: #7E618B;
}
.AnyTagClassName
{
color: #7E618B;
}
</style>
background-color css
<style>
a { background-color: #7E618B; }
a { background-color: rgb(126,97,139); }
div.DivClassName
{
background-color: #7E618B;
}
.BgClassName
{
background-color: #7E618B;
}
</style>
border-color css
<style>
span { border-color: #7E618B; }
span { border-color: rgb(126,97,139); }
td.TdClassName
{
border-color: #7E618B;
}
.TagClassName
{
border-color: #7E618B;
}
</style>