Shades of Affair #7E4F90
Tints of Affair #7E4F90
RGB
CMYK
RGB Variations
Color information
#7E4F90 (or 0x7E4F90) is known color: Affair. HEX triplet: 7E, 4F and 90. RGB value is (126,79,144). Sum of RGB (Red+Green+Blue) = 126+79+144=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E4F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4F90 is #81B06F. Grayscale: #646464. Windows color (decimal): -8499312 or 9457534. OLE color: 9457534.
HSL color Cylindrical-coordinate representation of color #7E4F90: hue angle of 283.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E4F90 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 79 | 144 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.44 |
| HSL | 283.38º | 0.29% | 0.44% | - |
| HSV(B) | 283.38º | 0.45% | 0.56% | - |
| XYZ | 16.43 | 12.04 | 27.84 | - |
| YUV | 100.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 144 | 0.12 | 0.45 | 0 | 0.44 | 283.38 | 0.29 | 0.44 |
| Hex | 7E | 4F | 90 | C | 2D | 0 | 2C | 11B | 1D | 2C |
| Octal | 176 | 117 | 220 | 14 | 55 | 0 | 54 | 433 | 35 | 54 |
| Binary | 1111110 | 1001111 | 10010000 | 1100 | 101101 | 0 | 101100 | 100011011 | 11101 | 101100 |
Color Harmonies of #7E4F90
Complementary color
Monochromatic Colors of #7E4F90
Black with #7E4F90
Text Example
Text Example
White with #7E4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F90; }
p { color: rgb(126,79,144); }
H1.HeaderClassName
{
color: #7E4F90;
}
.AnyTagClassName
{
color: #7E4F90;
}
</style>
background-color css
<style>
a { background-color: #7E4F90; }
a { background-color: rgb(126,79,144); }
div.DivClassName
{
background-color: #7E4F90;
}
.BgClassName
{
background-color: #7E4F90;
}
</style>
border-color css
<style>
span { border-color: #7E4F90; }
span { border-color: rgb(126,79,144); }
td.TdClassName
{
border-color: #7E4F90;
}
.TagClassName
{
border-color: #7E4F90;
}
</style>