Shades of Affair #7E608F
Tints of Affair #7E608F
RGB
CMYK
RGB Variations
Color information
#7E608F (or 0x7E608F) is known color: Affair. HEX triplet: 7E, 60 and 8F. RGB value is (126,96,143). Sum of RGB (Red+Green+Blue) = 126+96+143=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E608F is #819F70. Grayscale: #6E6E6E. Windows color (decimal): -8494961 or 9396350. OLE color: 9396350.
HSL color Cylindrical-coordinate representation of color #7E608F: hue angle of 278.3º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E608F is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 96 | 143 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.44 |
| HSL | 278.3º | 0.2% | 0.47% | - |
| HSV(B) | 278.3º | 0.33% | 0.56% | - |
| XYZ | 17.74 | 14.78 | 27.91 | - |
| YUV | 110.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 143 | 0.12 | 0.33 | 0 | 0.44 | 278.3 | 0.2 | 0.47 |
| Hex | 7E | 60 | 8F | C | 21 | 0 | 2C | 116 | 14 | 2F |
| Octal | 176 | 140 | 217 | 14 | 41 | 0 | 54 | 426 | 24 | 57 |
| Binary | 1111110 | 1100000 | 10001111 | 1100 | 100001 | 0 | 101100 | 100010110 | 10100 | 101111 |
Color Harmonies of #7E608F
Complementary color
Monochromatic Colors of #7E608F
Black with #7E608F
Text Example
Text Example
White with #7E608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E608F; }
p { color: rgb(126,96,143); }
H1.HeaderClassName
{
color: #7E608F;
}
.AnyTagClassName
{
color: #7E608F;
}
</style>
background-color css
<style>
a { background-color: #7E608F; }
a { background-color: rgb(126,96,143); }
div.DivClassName
{
background-color: #7E608F;
}
.BgClassName
{
background-color: #7E608F;
}
</style>
border-color css
<style>
span { border-color: #7E608F; }
span { border-color: rgb(126,96,143); }
td.TdClassName
{
border-color: #7E608F;
}
.TagClassName
{
border-color: #7E608F;
}
</style>