Shades of Affair #78518C
Tints of Affair #78518C
RGB
CMYK
RGB Variations
Color information
#78518C (or 0x78518C) is known color: Affair. HEX triplet: 78, 51 and 8C. RGB value is (120,81,140). Sum of RGB (Red+Green+Blue) = 120+81+140=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #78518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78518C is #87AE73. Grayscale: #636363. Windows color (decimal): -8892020 or 9195896. OLE color: 9195896.
HSL color Cylindrical-coordinate representation of color #78518C: hue angle of 279.66º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78518C is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 81 | 140 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.45 |
| HSL | 279.66º | 0.27% | 0.43% | - |
| HSV(B) | 279.66º | 0.42% | 0.55% | - |
| XYZ | 15.42 | 11.77 | 26.27 | - |
| YUV | 99.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 140 | 0.14 | 0.42 | 0 | 0.45 | 279.66 | 0.27 | 0.43 |
| Hex | 78 | 51 | 8C | E | 2A | 0 | 2D | 118 | 1B | 2B |
| Octal | 170 | 121 | 214 | 16 | 52 | 0 | 55 | 430 | 33 | 53 |
| Binary | 1111000 | 1010001 | 10001100 | 1110 | 101010 | 0 | 101101 | 100011000 | 11011 | 101011 |
Color Harmonies of #78518C
Complementary color
Monochromatic Colors of #78518C
Black with #78518C
Text Example
Text Example
White with #78518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78518C; }
p { color: rgb(120,81,140); }
H1.HeaderClassName
{
color: #78518C;
}
.AnyTagClassName
{
color: #78518C;
}
</style>
background-color css
<style>
a { background-color: #78518C; }
a { background-color: rgb(120,81,140); }
div.DivClassName
{
background-color: #78518C;
}
.BgClassName
{
background-color: #78518C;
}
</style>
border-color css
<style>
span { border-color: #78518C; }
span { border-color: rgb(120,81,140); }
td.TdClassName
{
border-color: #78518C;
}
.TagClassName
{
border-color: #78518C;
}
</style>