Shades of Affair #78588B
Tints of Affair #78588B
RGB
CMYK
RGB Variations
Color information
#78588B (or 0x78588B) is known color: Affair. HEX triplet: 78, 58 and 8B. RGB value is (120,88,139). Sum of RGB (Red+Green+Blue) = 120+88+139=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #78588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78588B is #87A774. Grayscale: #676767. Windows color (decimal): -8890229 or 9132152. OLE color: 9132152.
HSL color Cylindrical-coordinate representation of color #78588B: hue angle of 277.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78588B is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 88 | 139 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.45 |
| HSL | 277.65º | 0.22% | 0.45% | - |
| HSV(B) | 277.65º | 0.37% | 0.55% | - |
| XYZ | 15.9 | 12.84 | 26.07 | - |
| YUV | 103.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 139 | 0.14 | 0.37 | 0 | 0.45 | 277.65 | 0.22 | 0.45 |
| Hex | 78 | 58 | 8B | E | 25 | 0 | 2D | 116 | 16 | 2D |
| Octal | 170 | 130 | 213 | 16 | 45 | 0 | 55 | 426 | 26 | 55 |
| Binary | 1111000 | 1011000 | 10001011 | 1110 | 100101 | 0 | 101101 | 100010110 | 10110 | 101101 |
Color Harmonies of #78588B
Complementary color
Monochromatic Colors of #78588B
Black with #78588B
Text Example
Text Example
White with #78588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78588B; }
p { color: rgb(120,88,139); }
H1.HeaderClassName
{
color: #78588B;
}
.AnyTagClassName
{
color: #78588B;
}
</style>
background-color css
<style>
a { background-color: #78588B; }
a { background-color: rgb(120,88,139); }
div.DivClassName
{
background-color: #78588B;
}
.BgClassName
{
background-color: #78588B;
}
</style>
border-color css
<style>
span { border-color: #78588B; }
span { border-color: rgb(120,88,139); }
td.TdClassName
{
border-color: #78588B;
}
.TagClassName
{
border-color: #78588B;
}
</style>