Shades of Affair #785C93
Tints of Affair #785C93
RGB
CMYK
RGB Variations
Color information
#785C93 (or 0x785C93) is known color: Affair. HEX triplet: 78, 5C and 93. RGB value is (120,92,147). Sum of RGB (Red+Green+Blue) = 120+92+147=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #785C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C93 is #87A36C. Grayscale: #6A6A6A. Windows color (decimal): -8889197 or 9657464. OLE color: 9657464.
HSL color Cylindrical-coordinate representation of color #785C93: hue angle of 270.55º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785C93 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 92 | 147 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.42 |
| HSL | 270.55º | 0.23% | 0.47% | - |
| HSV(B) | 270.55º | 0.37% | 0.58% | - |
| XYZ | 16.84 | 13.75 | 29.37 | - |
| YUV | 106.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 147 | 0.18 | 0.37 | 0 | 0.42 | 270.55 | 0.23 | 0.47 |
| Hex | 78 | 5C | 93 | 12 | 25 | 0 | 2A | 10F | 17 | 2F |
| Octal | 170 | 134 | 223 | 22 | 45 | 0 | 52 | 417 | 27 | 57 |
| Binary | 1111000 | 1011100 | 10010011 | 10010 | 100101 | 0 | 101010 | 100001111 | 10111 | 101111 |
Color Harmonies of #785C93
Complementary color
Monochromatic Colors of #785C93
Black with #785C93
Text Example
Text Example
White with #785C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C93; }
p { color: rgb(120,92,147); }
H1.HeaderClassName
{
color: #785C93;
}
.AnyTagClassName
{
color: #785C93;
}
</style>
background-color css
<style>
a { background-color: #785C93; }
a { background-color: rgb(120,92,147); }
div.DivClassName
{
background-color: #785C93;
}
.BgClassName
{
background-color: #785C93;
}
</style>
border-color css
<style>
span { border-color: #785C93; }
span { border-color: rgb(120,92,147); }
td.TdClassName
{
border-color: #785C93;
}
.TagClassName
{
border-color: #785C93;
}
</style>