Shades of Affair #784C93
Tints of Affair #784C93
RGB
CMYK
RGB Variations
Color information
#784C93 (or 0x784C93) is known color: Affair. HEX triplet: 78, 4C and 93. RGB value is (120,76,147). Sum of RGB (Red+Green+Blue) = 120+76+147=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #784C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784C93 is #87B36C. Grayscale: #616161. Windows color (decimal): -8893293 or 9653368. OLE color: 9653368.
HSL color Cylindrical-coordinate representation of color #784C93: hue angle of 277.18º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784C93 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 76 | 147 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.42 |
| HSL | 277.18º | 0.32% | 0.44% | - |
| HSV(B) | 277.18º | 0.48% | 0.58% | - |
| XYZ | 15.6 | 11.27 | 28.96 | - |
| YUV | 97.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 147 | 0.18 | 0.48 | 0 | 0.42 | 277.18 | 0.32 | 0.44 |
| Hex | 78 | 4C | 93 | 12 | 30 | 0 | 2A | 115 | 20 | 2C |
| Octal | 170 | 114 | 223 | 22 | 60 | 0 | 52 | 425 | 40 | 54 |
| Binary | 1111000 | 1001100 | 10010011 | 10010 | 110000 | 0 | 101010 | 100010101 | 100000 | 101100 |
Color Harmonies of #784C93
Complementary color
Monochromatic Colors of #784C93
Black with #784C93
Text Example
Text Example
White with #784C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C93; }
p { color: rgb(120,76,147); }
H1.HeaderClassName
{
color: #784C93;
}
.AnyTagClassName
{
color: #784C93;
}
</style>
background-color css
<style>
a { background-color: #784C93; }
a { background-color: rgb(120,76,147); }
div.DivClassName
{
background-color: #784C93;
}
.BgClassName
{
background-color: #784C93;
}
</style>
border-color css
<style>
span { border-color: #784C93; }
span { border-color: rgb(120,76,147); }
td.TdClassName
{
border-color: #784C93;
}
.TagClassName
{
border-color: #784C93;
}
</style>