Shades of Affair #7E5189
Tints of Affair #7E5189
RGB
CMYK
RGB Variations
Color information
#7E5189 (or 0x7E5189) is known color: Affair. HEX triplet: 7E, 51 and 89. RGB value is (126,81,137). Sum of RGB (Red+Green+Blue) = 126+81+137=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5189 is #81AE76. Grayscale: #646464. Windows color (decimal): -8498807 or 8999294. OLE color: 8999294.
HSL color Cylindrical-coordinate representation of color #7E5189: hue angle of 288.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E5189 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 81 | 137 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.46 |
| HSL | 288.21º | 0.26% | 0.43% | - |
| HSV(B) | 288.21º | 0.41% | 0.54% | - |
| XYZ | 16.06 | 12.13 | 25.16 | - |
| YUV | 100.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 137 | 0.08 | 0.41 | 0 | 0.46 | 288.21 | 0.26 | 0.43 |
| Hex | 7E | 51 | 89 | 8 | 29 | 0 | 2E | 120 | 1A | 2B |
| Octal | 176 | 121 | 211 | 10 | 51 | 0 | 56 | 440 | 32 | 53 |
| Binary | 1111110 | 1010001 | 10001001 | 1000 | 101001 | 0 | 101110 | 100100000 | 11010 | 101011 |
Color Harmonies of #7E5189
Complementary color
Monochromatic Colors of #7E5189
Black with #7E5189
Text Example
Text Example
White with #7E5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5189; }
p { color: rgb(126,81,137); }
H1.HeaderClassName
{
color: #7E5189;
}
.AnyTagClassName
{
color: #7E5189;
}
</style>
background-color css
<style>
a { background-color: #7E5189; }
a { background-color: rgb(126,81,137); }
div.DivClassName
{
background-color: #7E5189;
}
.BgClassName
{
background-color: #7E5189;
}
</style>
border-color css
<style>
span { border-color: #7E5189; }
span { border-color: rgb(126,81,137); }
td.TdClassName
{
border-color: #7E5189;
}
.TagClassName
{
border-color: #7E5189;
}
</style>