Shades of Affair #78468C
Tints of Affair #78468C
RGB
CMYK
RGB Variations
Color information
#78468C (or 0x78468C) is known color: Affair. HEX triplet: 78, 46 and 8C. RGB value is (120,70,140). Sum of RGB (Red+Green+Blue) = 120+70+140=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #78468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78468C is #87B973. Grayscale: #5C5C5C. Windows color (decimal): -8894836 or 9193080. OLE color: 9193080.
HSL color Cylindrical-coordinate representation of color #78468C: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78468C is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 70 | 140 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.45 |
| HSL | 282.86º | 0.33% | 0.41% | - |
| HSV(B) | 282.86º | 0.5% | 0.55% | - |
| XYZ | 14.67 | 10.27 | 26.02 | - |
| YUV | 92.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 140 | 0.14 | 0.50 | 0 | 0.45 | 282.86 | 0.33 | 0.41 |
| Hex | 78 | 46 | 8C | E | 32 | 0 | 2D | 11B | 21 | 29 |
| Octal | 170 | 106 | 214 | 16 | 62 | 0 | 55 | 433 | 41 | 51 |
| Binary | 1111000 | 1000110 | 10001100 | 1110 | 110010 | 0 | 101101 | 100011011 | 100001 | 101001 |
Color Harmonies of #78468C
Complementary color
Monochromatic Colors of #78468C
Black with #78468C
Text Example
Text Example
White with #78468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78468C; }
p { color: rgb(120,70,140); }
H1.HeaderClassName
{
color: #78468C;
}
.AnyTagClassName
{
color: #78468C;
}
</style>
background-color css
<style>
a { background-color: #78468C; }
a { background-color: rgb(120,70,140); }
div.DivClassName
{
background-color: #78468C;
}
.BgClassName
{
background-color: #78468C;
}
</style>
border-color css
<style>
span { border-color: #78468C; }
span { border-color: rgb(120,70,140); }
td.TdClassName
{
border-color: #78468C;
}
.TagClassName
{
border-color: #78468C;
}
</style>