Shades of Affair #78438C
Tints of Affair #78438C
RGB
CMYK
RGB Variations
Color information
#78438C (or 0x78438C) is known color: Affair. HEX triplet: 78, 43 and 8C. RGB value is (120,67,140). Sum of RGB (Red+Green+Blue) = 120+67+140=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #78438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78438C is #87BC73. Grayscale: #5A5A5A. Windows color (decimal): -8895604 or 9192312. OLE color: 9192312.
HSL color Cylindrical-coordinate representation of color #78438C: hue angle of 283.56º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78438C is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 67 | 140 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.45 |
| HSL | 283.56º | 0.35% | 0.41% | - |
| HSV(B) | 283.56º | 0.52% | 0.55% | - |
| XYZ | 14.49 | 9.9 | 25.96 | - |
| YUV | 91.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 140 | 0.14 | 0.52 | 0 | 0.45 | 283.56 | 0.35 | 0.41 |
| Hex | 78 | 43 | 8C | E | 34 | 0 | 2D | 11C | 23 | 29 |
| Octal | 170 | 103 | 214 | 16 | 64 | 0 | 55 | 434 | 43 | 51 |
| Binary | 1111000 | 1000011 | 10001100 | 1110 | 110100 | 0 | 101101 | 100011100 | 100011 | 101001 |
Color Harmonies of #78438C
Complementary color
Monochromatic Colors of #78438C
Black with #78438C
Text Example
Text Example
White with #78438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78438C; }
p { color: rgb(120,67,140); }
H1.HeaderClassName
{
color: #78438C;
}
.AnyTagClassName
{
color: #78438C;
}
</style>
background-color css
<style>
a { background-color: #78438C; }
a { background-color: rgb(120,67,140); }
div.DivClassName
{
background-color: #78438C;
}
.BgClassName
{
background-color: #78438C;
}
</style>
border-color css
<style>
span { border-color: #78438C; }
span { border-color: rgb(120,67,140); }
td.TdClassName
{
border-color: #78438C;
}
.TagClassName
{
border-color: #78438C;
}
</style>