Shades of Affair #7F608E
Tints of Affair #7F608E
RGB
CMYK
RGB Variations
Color information
#7F608E (or 0x7F608E) is known color: Affair. HEX triplet: 7F, 60 and 8E. RGB value is (127,96,142). Sum of RGB (Red+Green+Blue) = 127+96+142=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F608E is #809F71. Grayscale: #6E6E6E. Windows color (decimal): -8429426 or 9330815. OLE color: 9330815.
HSL color Cylindrical-coordinate representation of color #7F608E: hue angle of 280.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F608E is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 96 | 142 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.44 |
| HSL | 280.43º | 0.19% | 0.47% | - |
| HSV(B) | 280.43º | 0.32% | 0.56% | - |
| XYZ | 17.82 | 14.83 | 27.51 | - |
| YUV | 110.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 142 | 0.11 | 0.32 | 0 | 0.44 | 280.43 | 0.19 | 0.47 |
| Hex | 7F | 60 | 8E | B | 20 | 0 | 2C | 118 | 13 | 2F |
| Octal | 177 | 140 | 216 | 13 | 40 | 0 | 54 | 430 | 23 | 57 |
| Binary | 1111111 | 1100000 | 10001110 | 1011 | 100000 | 0 | 101100 | 100011000 | 10011 | 101111 |
Color Harmonies of #7F608E
Complementary color
Monochromatic Colors of #7F608E
Black with #7F608E
Text Example
Text Example
White with #7F608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F608E; }
p { color: rgb(127,96,142); }
H1.HeaderClassName
{
color: #7F608E;
}
.AnyTagClassName
{
color: #7F608E;
}
</style>
background-color css
<style>
a { background-color: #7F608E; }
a { background-color: rgb(127,96,142); }
div.DivClassName
{
background-color: #7F608E;
}
.BgClassName
{
background-color: #7F608E;
}
</style>
border-color css
<style>
span { border-color: #7F608E; }
span { border-color: rgb(127,96,142); }
td.TdClassName
{
border-color: #7F608E;
}
.TagClassName
{
border-color: #7F608E;
}
</style>