Shades of Affair #784E91
Tints of Affair #784E91
RGB
CMYK
RGB Variations
Color information
#784E91 (or 0x784E91) is known color: Affair. HEX triplet: 78, 4E and 91. RGB value is (120,78,145). Sum of RGB (Red+Green+Blue) = 120+78+145=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #784E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784E91 is #87B16E. Grayscale: #616161. Windows color (decimal): -8892783 or 9522808. OLE color: 9522808.
HSL color Cylindrical-coordinate representation of color #784E91: hue angle of 277.61º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784E91 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 78 | 145 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.43 |
| HSL | 277.61º | 0.3% | 0.44% | - |
| HSV(B) | 277.61º | 0.46% | 0.57% | - |
| XYZ | 15.58 | 11.49 | 28.18 | - |
| YUV | 98.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 145 | 0.17 | 0.46 | 0 | 0.43 | 277.61 | 0.3 | 0.44 |
| Hex | 78 | 4E | 91 | 11 | 2E | 0 | 2B | 116 | 1E | 2C |
| Octal | 170 | 116 | 221 | 21 | 56 | 0 | 53 | 426 | 36 | 54 |
| Binary | 1111000 | 1001110 | 10010001 | 10001 | 101110 | 0 | 101011 | 100010110 | 11110 | 101100 |
Color Harmonies of #784E91
Complementary color
Monochromatic Colors of #784E91
Black with #784E91
Text Example
Text Example
White with #784E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E91; }
p { color: rgb(120,78,145); }
H1.HeaderClassName
{
color: #784E91;
}
.AnyTagClassName
{
color: #784E91;
}
</style>
background-color css
<style>
a { background-color: #784E91; }
a { background-color: rgb(120,78,145); }
div.DivClassName
{
background-color: #784E91;
}
.BgClassName
{
background-color: #784E91;
}
</style>
border-color css
<style>
span { border-color: #784E91; }
span { border-color: rgb(120,78,145); }
td.TdClassName
{
border-color: #784E91;
}
.TagClassName
{
border-color: #784E91;
}
</style>