Shades of Affair #774F93
Tints of Affair #774F93
RGB
CMYK
RGB Variations
Color information
#774F93 (or 0x774F93) is known color: Affair. HEX triplet: 77, 4F and 93. RGB value is (119,79,147). Sum of RGB (Red+Green+Blue) = 119+79+147=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #774F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774F93 is #88B06C. Grayscale: #626262. Windows color (decimal): -8958061 or 9654135. OLE color: 9654135.
HSL color Cylindrical-coordinate representation of color #774F93: hue angle of 275.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774F93 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 79 | 147 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.42 |
| HSL | 275.29º | 0.3% | 0.44% | - |
| HSV(B) | 275.29º | 0.46% | 0.58% | - |
| XYZ | 15.67 | 11.62 | 29.02 | - |
| YUV | 98.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 147 | 0.19 | 0.46 | 0 | 0.42 | 275.29 | 0.3 | 0.44 |
| Hex | 77 | 4F | 93 | 13 | 2E | 0 | 2A | 113 | 1E | 2C |
| Octal | 167 | 117 | 223 | 23 | 56 | 0 | 52 | 423 | 36 | 54 |
| Binary | 1110111 | 1001111 | 10010011 | 10011 | 101110 | 0 | 101010 | 100010011 | 11110 | 101100 |
Color Harmonies of #774F93
Complementary color
Monochromatic Colors of #774F93
Black with #774F93
Text Example
Text Example
White with #774F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F93; }
p { color: rgb(119,79,147); }
H1.HeaderClassName
{
color: #774F93;
}
.AnyTagClassName
{
color: #774F93;
}
</style>
background-color css
<style>
a { background-color: #774F93; }
a { background-color: rgb(119,79,147); }
div.DivClassName
{
background-color: #774F93;
}
.BgClassName
{
background-color: #774F93;
}
</style>
border-color css
<style>
span { border-color: #774F93; }
span { border-color: rgb(119,79,147); }
td.TdClassName
{
border-color: #774F93;
}
.TagClassName
{
border-color: #774F93;
}
</style>