Shades of Affair #7E568A
Tints of Affair #7E568A
RGB
CMYK
RGB Variations
Color information
#7E568A (or 0x7E568A) is known color: Affair. HEX triplet: 7E, 56 and 8A. RGB value is (126,86,138). Sum of RGB (Red+Green+Blue) = 126+86+138=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E568A is #81A975. Grayscale: #676767. Windows color (decimal): -8497526 or 9066110. OLE color: 9066110.
HSL color Cylindrical-coordinate representation of color #7E568A: hue angle of 286.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E568A is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 86 | 138 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.46 |
| HSL | 286.15º | 0.23% | 0.44% | - |
| HSV(B) | 286.15º | 0.38% | 0.54% | - |
| XYZ | 16.52 | 12.93 | 25.67 | - |
| YUV | 103.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 138 | 0.09 | 0.38 | 0 | 0.46 | 286.15 | 0.23 | 0.44 |
| Hex | 7E | 56 | 8A | 9 | 26 | 0 | 2E | 11E | 17 | 2C |
| Octal | 176 | 126 | 212 | 11 | 46 | 0 | 56 | 436 | 27 | 54 |
| Binary | 1111110 | 1010110 | 10001010 | 1001 | 100110 | 0 | 101110 | 100011110 | 10111 | 101100 |
Color Harmonies of #7E568A
Complementary color
Monochromatic Colors of #7E568A
Black with #7E568A
Text Example
Text Example
White with #7E568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E568A; }
p { color: rgb(126,86,138); }
H1.HeaderClassName
{
color: #7E568A;
}
.AnyTagClassName
{
color: #7E568A;
}
</style>
background-color css
<style>
a { background-color: #7E568A; }
a { background-color: rgb(126,86,138); }
div.DivClassName
{
background-color: #7E568A;
}
.BgClassName
{
background-color: #7E568A;
}
</style>
border-color css
<style>
span { border-color: #7E568A; }
span { border-color: rgb(126,86,138); }
td.TdClassName
{
border-color: #7E568A;
}
.TagClassName
{
border-color: #7E568A;
}
</style>