Shades of Affair #78558C
Tints of Affair #78558C
RGB
CMYK
RGB Variations
Color information
#78558C (or 0x78558C) is known color: Affair. HEX triplet: 78, 55 and 8C. RGB value is (120,85,140). Sum of RGB (Red+Green+Blue) = 120+85+140=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #78558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78558C is #87AA73. Grayscale: #656565. Windows color (decimal): -8890996 or 9196920. OLE color: 9196920.
HSL color Cylindrical-coordinate representation of color #78558C: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78558C is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 85 | 140 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.45 |
| HSL | 278.18º | 0.24% | 0.44% | - |
| HSV(B) | 278.18º | 0.39% | 0.55% | - |
| XYZ | 15.73 | 12.38 | 26.37 | - |
| YUV | 101.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 140 | 0.14 | 0.39 | 0 | 0.45 | 278.18 | 0.24 | 0.44 |
| Hex | 78 | 55 | 8C | E | 27 | 0 | 2D | 116 | 18 | 2C |
| Octal | 170 | 125 | 214 | 16 | 47 | 0 | 55 | 426 | 30 | 54 |
| Binary | 1111000 | 1010101 | 10001100 | 1110 | 100111 | 0 | 101101 | 100010110 | 11000 | 101100 |
Color Harmonies of #78558C
Complementary color
Monochromatic Colors of #78558C
Black with #78558C
Text Example
Text Example
White with #78558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78558C; }
p { color: rgb(120,85,140); }
H1.HeaderClassName
{
color: #78558C;
}
.AnyTagClassName
{
color: #78558C;
}
</style>
background-color css
<style>
a { background-color: #78558C; }
a { background-color: rgb(120,85,140); }
div.DivClassName
{
background-color: #78558C;
}
.BgClassName
{
background-color: #78558C;
}
</style>
border-color css
<style>
span { border-color: #78558C; }
span { border-color: rgb(120,85,140); }
td.TdClassName
{
border-color: #78558C;
}
.TagClassName
{
border-color: #78558C;
}
</style>