Shades of Affair #78488D
Tints of Affair #78488D
RGB
CMYK
RGB Variations
Color information
#78488D (or 0x78488D) is known color: Affair. HEX triplet: 78, 48 and 8D. RGB value is (120,72,141). Sum of RGB (Red+Green+Blue) = 120+72+141=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #78488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78488D is #87B772. Grayscale: #5D5D5D. Windows color (decimal): -8894323 or 9259128. OLE color: 9259128.
HSL color Cylindrical-coordinate representation of color #78488D: hue angle of 281.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78488D is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 72 | 141 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.45 |
| HSL | 281.74º | 0.32% | 0.42% | - |
| HSV(B) | 281.74º | 0.49% | 0.55% | - |
| XYZ | 14.87 | 10.55 | 26.45 | - |
| YUV | 94.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 141 | 0.15 | 0.49 | 0 | 0.45 | 281.74 | 0.32 | 0.42 |
| Hex | 78 | 48 | 8D | F | 31 | 0 | 2D | 11A | 20 | 2A |
| Octal | 170 | 110 | 215 | 17 | 61 | 0 | 55 | 432 | 40 | 52 |
| Binary | 1111000 | 1001000 | 10001101 | 1111 | 110001 | 0 | 101101 | 100011010 | 100000 | 101010 |
Color Harmonies of #78488D
Complementary color
Monochromatic Colors of #78488D
Black with #78488D
Text Example
Text Example
White with #78488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78488D; }
p { color: rgb(120,72,141); }
H1.HeaderClassName
{
color: #78488D;
}
.AnyTagClassName
{
color: #78488D;
}
</style>
background-color css
<style>
a { background-color: #78488D; }
a { background-color: rgb(120,72,141); }
div.DivClassName
{
background-color: #78488D;
}
.BgClassName
{
background-color: #78488D;
}
</style>
border-color css
<style>
span { border-color: #78488D; }
span { border-color: rgb(120,72,141); }
td.TdClassName
{
border-color: #78488D;
}
.TagClassName
{
border-color: #78488D;
}
</style>