Shades of Affair #78568B
Tints of Affair #78568B
RGB
CMYK
RGB Variations
Color information
#78568B (or 0x78568B) is known color: Affair. HEX triplet: 78, 56 and 8B. RGB value is (120,86,139). Sum of RGB (Red+Green+Blue) = 120+86+139=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #78568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78568B is #87A974. Grayscale: #666666. Windows color (decimal): -8890741 or 9131640. OLE color: 9131640.
HSL color Cylindrical-coordinate representation of color #78568B: hue angle of 278.49º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78568B is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 86 | 139 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.45 |
| HSL | 278.49º | 0.24% | 0.44% | - |
| HSV(B) | 278.49º | 0.38% | 0.55% | - |
| XYZ | 15.73 | 12.51 | 26.01 | - |
| YUV | 102.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 139 | 0.14 | 0.38 | 0 | 0.45 | 278.49 | 0.24 | 0.44 |
| Hex | 78 | 56 | 8B | E | 26 | 0 | 2D | 116 | 18 | 2C |
| Octal | 170 | 126 | 213 | 16 | 46 | 0 | 55 | 426 | 30 | 54 |
| Binary | 1111000 | 1010110 | 10001011 | 1110 | 100110 | 0 | 101101 | 100010110 | 11000 | 101100 |
Color Harmonies of #78568B
Complementary color
Monochromatic Colors of #78568B
Black with #78568B
Text Example
Text Example
White with #78568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78568B; }
p { color: rgb(120,86,139); }
H1.HeaderClassName
{
color: #78568B;
}
.AnyTagClassName
{
color: #78568B;
}
</style>
background-color css
<style>
a { background-color: #78568B; }
a { background-color: rgb(120,86,139); }
div.DivClassName
{
background-color: #78568B;
}
.BgClassName
{
background-color: #78568B;
}
</style>
border-color css
<style>
span { border-color: #78568B; }
span { border-color: rgb(120,86,139); }
td.TdClassName
{
border-color: #78568B;
}
.TagClassName
{
border-color: #78568B;
}
</style>