Shades of Affair #78458C
Tints of Affair #78458C
RGB
CMYK
RGB Variations
Color information
#78458C (or 0x78458C) is known color: Affair. HEX triplet: 78, 45 and 8C. RGB value is (120,69,140). Sum of RGB (Red+Green+Blue) = 120+69+140=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #78458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78458C is #87BA73. Grayscale: #5C5C5C. Windows color (decimal): -8895092 or 9192824. OLE color: 9192824.
HSL color Cylindrical-coordinate representation of color #78458C: hue angle of 283.1º degrees, saturation: 0.34, 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 #78458C is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 69 | 140 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.45 |
| HSL | 283.1º | 0.34% | 0.41% | - |
| HSV(B) | 283.1º | 0.51% | 0.55% | - |
| XYZ | 14.61 | 10.14 | 26 | - |
| YUV | 92.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 140 | 0.14 | 0.51 | 0 | 0.45 | 283.1 | 0.34 | 0.41 |
| Hex | 78 | 45 | 8C | E | 33 | 0 | 2D | 11B | 22 | 29 |
| Octal | 170 | 105 | 214 | 16 | 63 | 0 | 55 | 433 | 42 | 51 |
| Binary | 1111000 | 1000101 | 10001100 | 1110 | 110011 | 0 | 101101 | 100011011 | 100010 | 101001 |
Color Harmonies of #78458C
Complementary color
Monochromatic Colors of #78458C
Black with #78458C
Text Example
Text Example
White with #78458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78458C; }
p { color: rgb(120,69,140); }
H1.HeaderClassName
{
color: #78458C;
}
.AnyTagClassName
{
color: #78458C;
}
</style>
background-color css
<style>
a { background-color: #78458C; }
a { background-color: rgb(120,69,140); }
div.DivClassName
{
background-color: #78458C;
}
.BgClassName
{
background-color: #78458C;
}
</style>
border-color css
<style>
span { border-color: #78458C; }
span { border-color: rgb(120,69,140); }
td.TdClassName
{
border-color: #78458C;
}
.TagClassName
{
border-color: #78458C;
}
</style>