Shades of Affair #784F90
Tints of Affair #784F90
RGB
CMYK
RGB Variations
Color information
#784F90 (or 0x784F90) is known color: Affair. HEX triplet: 78, 4F and 90. RGB value is (120,79,144). Sum of RGB (Red+Green+Blue) = 120+79+144=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #784F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F90 is #87B06F. Grayscale: #626262. Windows color (decimal): -8892528 or 9457528. OLE color: 9457528.
HSL color Cylindrical-coordinate representation of color #784F90: hue angle of 277.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784F90 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 79 | 144 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.44 |
| HSL | 277.85º | 0.29% | 0.44% | - |
| HSV(B) | 277.85º | 0.45% | 0.56% | - |
| XYZ | 15.58 | 11.6 | 27.8 | - |
| YUV | 98.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 144 | 0.17 | 0.45 | 0 | 0.44 | 277.85 | 0.29 | 0.44 |
| Hex | 78 | 4F | 90 | 11 | 2D | 0 | 2C | 116 | 1D | 2C |
| Octal | 170 | 117 | 220 | 21 | 55 | 0 | 54 | 426 | 35 | 54 |
| Binary | 1111000 | 1001111 | 10010000 | 10001 | 101101 | 0 | 101100 | 100010110 | 11101 | 101100 |
Color Harmonies of #784F90
Complementary color
Monochromatic Colors of #784F90
Black with #784F90
Text Example
Text Example
White with #784F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F90; }
p { color: rgb(120,79,144); }
H1.HeaderClassName
{
color: #784F90;
}
.AnyTagClassName
{
color: #784F90;
}
</style>
background-color css
<style>
a { background-color: #784F90; }
a { background-color: rgb(120,79,144); }
div.DivClassName
{
background-color: #784F90;
}
.BgClassName
{
background-color: #784F90;
}
</style>
border-color css
<style>
span { border-color: #784F90; }
span { border-color: rgb(120,79,144); }
td.TdClassName
{
border-color: #784F90;
}
.TagClassName
{
border-color: #784F90;
}
</style>