Shades of Affair #794E93
Tints of Affair #794E93
RGB
CMYK
RGB Variations
Color information
#794E93 (or 0x794E93) is known color: Affair. HEX triplet: 79, 4E and 93. RGB value is (121,78,147). Sum of RGB (Red+Green+Blue) = 121+78+147=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #794E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794E93 is #86B16C. Grayscale: #626262. Windows color (decimal): -8827245 or 9653881. OLE color: 9653881.
HSL color Cylindrical-coordinate representation of color #794E93: hue angle of 277.39º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794E93 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 78 | 147 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.42 |
| HSL | 277.39º | 0.31% | 0.44% | - |
| HSV(B) | 277.39º | 0.47% | 0.58% | - |
| XYZ | 15.88 | 11.62 | 29.01 | - |
| YUV | 98.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 147 | 0.18 | 0.47 | 0 | 0.42 | 277.39 | 0.31 | 0.44 |
| Hex | 79 | 4E | 93 | 12 | 2F | 0 | 2A | 115 | 1F | 2C |
| Octal | 171 | 116 | 223 | 22 | 57 | 0 | 52 | 425 | 37 | 54 |
| Binary | 1111001 | 1001110 | 10010011 | 10010 | 101111 | 0 | 101010 | 100010101 | 11111 | 101100 |
Color Harmonies of #794E93
Complementary color
Monochromatic Colors of #794E93
Black with #794E93
Text Example
Text Example
White with #794E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E93; }
p { color: rgb(121,78,147); }
H1.HeaderClassName
{
color: #794E93;
}
.AnyTagClassName
{
color: #794E93;
}
</style>
background-color css
<style>
a { background-color: #794E93; }
a { background-color: rgb(121,78,147); }
div.DivClassName
{
background-color: #794E93;
}
.BgClassName
{
background-color: #794E93;
}
</style>
border-color css
<style>
span { border-color: #794E93; }
span { border-color: rgb(121,78,147); }
td.TdClassName
{
border-color: #794E93;
}
.TagClassName
{
border-color: #794E93;
}
</style>