Shades of Affair #79498F
Tints of Affair #79498F
RGB
CMYK
RGB Variations
Color information
#79498F (or 0x79498F) is known color: Affair. HEX triplet: 79, 49 and 8F. RGB value is (121,73,143). Sum of RGB (Red+Green+Blue) = 121+73+143=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #79498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79498F is #86B670. Grayscale: #5F5F5F. Windows color (decimal): -8828529 or 9390457. OLE color: 9390457.
HSL color Cylindrical-coordinate representation of color #79498F: hue angle of 281.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79498F is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 73 | 143 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.44 |
| HSL | 281.14º | 0.32% | 0.42% | - |
| HSV(B) | 281.14º | 0.49% | 0.56% | - |
| XYZ | 15.23 | 10.81 | 27.27 | - |
| YUV | 95.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 143 | 0.15 | 0.49 | 0 | 0.44 | 281.14 | 0.32 | 0.42 |
| Hex | 79 | 49 | 8F | F | 31 | 0 | 2C | 119 | 20 | 2A |
| Octal | 171 | 111 | 217 | 17 | 61 | 0 | 54 | 431 | 40 | 52 |
| Binary | 1111001 | 1001001 | 10001111 | 1111 | 110001 | 0 | 101100 | 100011001 | 100000 | 101010 |
Color Harmonies of #79498F
Complementary color
Monochromatic Colors of #79498F
Black with #79498F
Text Example
Text Example
White with #79498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79498F; }
p { color: rgb(121,73,143); }
H1.HeaderClassName
{
color: #79498F;
}
.AnyTagClassName
{
color: #79498F;
}
</style>
background-color css
<style>
a { background-color: #79498F; }
a { background-color: rgb(121,73,143); }
div.DivClassName
{
background-color: #79498F;
}
.BgClassName
{
background-color: #79498F;
}
</style>
border-color css
<style>
span { border-color: #79498F; }
span { border-color: rgb(121,73,143); }
td.TdClassName
{
border-color: #79498F;
}
.TagClassName
{
border-color: #79498F;
}
</style>