Shades of Affair #7E5A8E
Tints of Affair #7E5A8E
RGB
CMYK
RGB Variations
Color information
#7E5A8E (or 0x7E5A8E) is known color: Affair. HEX triplet: 7E, 5A and 8E. RGB value is (126,90,142). Sum of RGB (Red+Green+Blue) = 126+90+142=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E5A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5A8E is #81A571. Grayscale: #6A6A6A. Windows color (decimal): -8496498 or 9329278. OLE color: 9329278.
HSL color Cylindrical-coordinate representation of color #7E5A8E: hue angle of 281.54º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5A8E is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 90 | 142 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.44 |
| HSL | 281.54º | 0.22% | 0.45% | - |
| HSV(B) | 281.54º | 0.37% | 0.56% | - |
| XYZ | 17.14 | 13.7 | 27.33 | - |
| YUV | 106.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 142 | 0.11 | 0.37 | 0 | 0.44 | 281.54 | 0.22 | 0.45 |
| Hex | 7E | 5A | 8E | B | 25 | 0 | 2C | 11A | 16 | 2D |
| Octal | 176 | 132 | 216 | 13 | 45 | 0 | 54 | 432 | 26 | 55 |
| Binary | 1111110 | 1011010 | 10001110 | 1011 | 100101 | 0 | 101100 | 100011010 | 10110 | 101101 |
Color Harmonies of #7E5A8E
Complementary color
Monochromatic Colors of #7E5A8E
Black with #7E5A8E
Text Example
Text Example
White with #7E5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A8E; }
p { color: rgb(126,90,142); }
H1.HeaderClassName
{
color: #7E5A8E;
}
.AnyTagClassName
{
color: #7E5A8E;
}
</style>
background-color css
<style>
a { background-color: #7E5A8E; }
a { background-color: rgb(126,90,142); }
div.DivClassName
{
background-color: #7E5A8E;
}
.BgClassName
{
background-color: #7E5A8E;
}
</style>
border-color css
<style>
span { border-color: #7E5A8E; }
span { border-color: rgb(126,90,142); }
td.TdClassName
{
border-color: #7E5A8E;
}
.TagClassName
{
border-color: #7E5A8E;
}
</style>