Shades of Affair #78538D
Tints of Affair #78538D
RGB
CMYK
RGB Variations
Color information
#78538D (or 0x78538D) is known color: Affair. HEX triplet: 78, 53 and 8D. RGB value is (120,83,141). Sum of RGB (Red+Green+Blue) = 120+83+141=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #78538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78538D is #87AC72. Grayscale: #646464. Windows color (decimal): -8891507 or 9261944. OLE color: 9261944.
HSL color Cylindrical-coordinate representation of color #78538D: hue angle of 278.28º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78538D is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 83 | 141 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.45 |
| HSL | 278.28º | 0.26% | 0.44% | - |
| HSV(B) | 278.28º | 0.41% | 0.55% | - |
| XYZ | 15.65 | 12.1 | 26.71 | - |
| YUV | 100.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 141 | 0.15 | 0.41 | 0 | 0.45 | 278.28 | 0.26 | 0.44 |
| Hex | 78 | 53 | 8D | F | 29 | 0 | 2D | 116 | 1A | 2C |
| Octal | 170 | 123 | 215 | 17 | 51 | 0 | 55 | 426 | 32 | 54 |
| Binary | 1111000 | 1010011 | 10001101 | 1111 | 101001 | 0 | 101101 | 100010110 | 11010 | 101100 |
Color Harmonies of #78538D
Complementary color
Monochromatic Colors of #78538D
Black with #78538D
Text Example
Text Example
White with #78538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78538D; }
p { color: rgb(120,83,141); }
H1.HeaderClassName
{
color: #78538D;
}
.AnyTagClassName
{
color: #78538D;
}
</style>
background-color css
<style>
a { background-color: #78538D; }
a { background-color: rgb(120,83,141); }
div.DivClassName
{
background-color: #78538D;
}
.BgClassName
{
background-color: #78538D;
}
</style>
border-color css
<style>
span { border-color: #78538D; }
span { border-color: rgb(120,83,141); }
td.TdClassName
{
border-color: #78538D;
}
.TagClassName
{
border-color: #78538D;
}
</style>