Shades of Affair #7E568B
Tints of Affair #7E568B
RGB
CMYK
RGB Variations
Color information
#7E568B (or 0x7E568B) is known color: Affair. HEX triplet: 7E, 56 and 8B. RGB value is (126,86,139). Sum of RGB (Red+Green+Blue) = 126+86+139=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E568B is #81A974. Grayscale: #676767. Windows color (decimal): -8497525 or 9131646. OLE color: 9131646.
HSL color Cylindrical-coordinate representation of color #7E568B: hue angle of 285.28º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E568B is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 86 | 139 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.45 |
| HSL | 285.28º | 0.24% | 0.44% | - |
| HSV(B) | 285.28º | 0.38% | 0.55% | - |
| XYZ | 16.59 | 12.96 | 26.05 | - |
| YUV | 104 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 139 | 0.09 | 0.38 | 0 | 0.45 | 285.28 | 0.24 | 0.44 |
| Hex | 7E | 56 | 8B | 9 | 26 | 0 | 2D | 11D | 18 | 2C |
| Octal | 176 | 126 | 213 | 11 | 46 | 0 | 55 | 435 | 30 | 54 |
| Binary | 1111110 | 1010110 | 10001011 | 1001 | 100110 | 0 | 101101 | 100011101 | 11000 | 101100 |
Color Harmonies of #7E568B
Complementary color
Monochromatic Colors of #7E568B
Black with #7E568B
Text Example
Text Example
White with #7E568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E568B; }
p { color: rgb(126,86,139); }
H1.HeaderClassName
{
color: #7E568B;
}
.AnyTagClassName
{
color: #7E568B;
}
</style>
background-color css
<style>
a { background-color: #7E568B; }
a { background-color: rgb(126,86,139); }
div.DivClassName
{
background-color: #7E568B;
}
.BgClassName
{
background-color: #7E568B;
}
</style>
border-color css
<style>
span { border-color: #7E568B; }
span { border-color: rgb(126,86,139); }
td.TdClassName
{
border-color: #7E568B;
}
.TagClassName
{
border-color: #7E568B;
}
</style>