Shades of Affair #79498C
Tints of Affair #79498C
RGB
CMYK
RGB Variations
Color information
#79498C (or 0x79498C) is known color: Affair. HEX triplet: 79, 49 and 8C. RGB value is (121,73,140). Sum of RGB (Red+Green+Blue) = 121+73+140=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #79498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79498C is #86B673. Grayscale: #5E5E5E. Windows color (decimal): -8828532 or 9193849. OLE color: 9193849.
HSL color Cylindrical-coordinate representation of color #79498C: hue angle of 282.99º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79498C is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 73 | 140 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.45 |
| HSL | 282.99º | 0.31% | 0.42% | - |
| HSV(B) | 282.99º | 0.48% | 0.55% | - |
| XYZ | 15 | 10.72 | 26.09 | - |
| YUV | 94.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 140 | 0.14 | 0.48 | 0 | 0.45 | 282.99 | 0.31 | 0.42 |
| Hex | 79 | 49 | 8C | E | 30 | 0 | 2D | 11B | 1F | 2A |
| Octal | 171 | 111 | 214 | 16 | 60 | 0 | 55 | 433 | 37 | 52 |
| Binary | 1111001 | 1001001 | 10001100 | 1110 | 110000 | 0 | 101101 | 100011011 | 11111 | 101010 |
Color Harmonies of #79498C
Complementary color
Monochromatic Colors of #79498C
Black with #79498C
Text Example
Text Example
White with #79498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79498C; }
p { color: rgb(121,73,140); }
H1.HeaderClassName
{
color: #79498C;
}
.AnyTagClassName
{
color: #79498C;
}
</style>
background-color css
<style>
a { background-color: #79498C; }
a { background-color: rgb(121,73,140); }
div.DivClassName
{
background-color: #79498C;
}
.BgClassName
{
background-color: #79498C;
}
</style>
border-color css
<style>
span { border-color: #79498C; }
span { border-color: rgb(121,73,140); }
td.TdClassName
{
border-color: #79498C;
}
.TagClassName
{
border-color: #79498C;
}
</style>