Shades of Affair #78448C
Tints of Affair #78448C
RGB
CMYK
RGB Variations
Color information
#78448C (or 0x78448C) is known color: Affair. HEX triplet: 78, 44 and 8C. RGB value is (120,68,140). Sum of RGB (Red+Green+Blue) = 120+68+140=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #78448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78448C is #87BB73. Grayscale: #5B5B5B. Windows color (decimal): -8895348 or 9192568. OLE color: 9192568.
HSL color Cylindrical-coordinate representation of color #78448C: hue angle of 283.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78448C is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 68 | 140 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.45 |
| HSL | 283.33º | 0.35% | 0.41% | - |
| HSV(B) | 283.33º | 0.51% | 0.55% | - |
| XYZ | 14.55 | 10.02 | 25.98 | - |
| YUV | 91.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 140 | 0.14 | 0.51 | 0 | 0.45 | 283.33 | 0.35 | 0.41 |
| Hex | 78 | 44 | 8C | E | 33 | 0 | 2D | 11B | 23 | 29 |
| Octal | 170 | 104 | 214 | 16 | 63 | 0 | 55 | 433 | 43 | 51 |
| Binary | 1111000 | 1000100 | 10001100 | 1110 | 110011 | 0 | 101101 | 100011011 | 100011 | 101001 |
Color Harmonies of #78448C
Complementary color
Monochromatic Colors of #78448C
Black with #78448C
Text Example
Text Example
White with #78448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78448C; }
p { color: rgb(120,68,140); }
H1.HeaderClassName
{
color: #78448C;
}
.AnyTagClassName
{
color: #78448C;
}
</style>
background-color css
<style>
a { background-color: #78448C; }
a { background-color: rgb(120,68,140); }
div.DivClassName
{
background-color: #78448C;
}
.BgClassName
{
background-color: #78448C;
}
</style>
border-color css
<style>
span { border-color: #78448C; }
span { border-color: rgb(120,68,140); }
td.TdClassName
{
border-color: #78448C;
}
.TagClassName
{
border-color: #78448C;
}
</style>