Shades of Affair #7F598F
Tints of Affair #7F598F
RGB
CMYK
RGB Variations
Color information
#7F598F (or 0x7F598F) is known color: Affair. HEX triplet: 7F, 59 and 8F. RGB value is (127,89,143). Sum of RGB (Red+Green+Blue) = 127+89+143=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F598F is #80A670. Grayscale: #6A6A6A. Windows color (decimal): -8431217 or 9394559. OLE color: 9394559.
HSL color Cylindrical-coordinate representation of color #7F598F: hue angle of 282.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F598F is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 89 | 143 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.44 |
| HSL | 282.22º | 0.23% | 0.45% | - |
| HSV(B) | 282.22º | 0.38% | 0.56% | - |
| XYZ | 17.28 | 13.64 | 27.71 | - |
| YUV | 106.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 143 | 0.11 | 0.38 | 0 | 0.44 | 282.22 | 0.23 | 0.45 |
| Hex | 7F | 59 | 8F | B | 26 | 0 | 2C | 11A | 17 | 2D |
| Octal | 177 | 131 | 217 | 13 | 46 | 0 | 54 | 432 | 27 | 55 |
| Binary | 1111111 | 1011001 | 10001111 | 1011 | 100110 | 0 | 101100 | 100011010 | 10111 | 101101 |
Color Harmonies of #7F598F
Complementary color
Monochromatic Colors of #7F598F
Black with #7F598F
Text Example
Text Example
White with #7F598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F598F; }
p { color: rgb(127,89,143); }
H1.HeaderClassName
{
color: #7F598F;
}
.AnyTagClassName
{
color: #7F598F;
}
</style>
background-color css
<style>
a { background-color: #7F598F; }
a { background-color: rgb(127,89,143); }
div.DivClassName
{
background-color: #7F598F;
}
.BgClassName
{
background-color: #7F598F;
}
</style>
border-color css
<style>
span { border-color: #7F598F; }
span { border-color: rgb(127,89,143); }
td.TdClassName
{
border-color: #7F598F;
}
.TagClassName
{
border-color: #7F598F;
}
</style>