Shades of Affair #704C8D
Tints of Affair #704C8D
RGB
CMYK
RGB Variations
Color information
#704C8D (or 0x704C8D) is known color: Affair. HEX triplet: 70, 4C and 8D. RGB value is (112,76,141). Sum of RGB (Red+Green+Blue) = 112+76+141=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #704C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C8D is #8FB372. Grayscale: #5D5D5D. Windows color (decimal): -9417587 or 9260144. OLE color: 9260144.
HSL color Cylindrical-coordinate representation of color #704C8D: hue angle of 273.23º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704C8D is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 76 | 141 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.45 |
| HSL | 273.23º | 0.3% | 0.43% | - |
| HSV(B) | 273.23º | 0.46% | 0.55% | - |
| XYZ | 14.07 | 10.54 | 26.49 | - |
| YUV | 94.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 141 | 0.21 | 0.46 | 0 | 0.45 | 273.23 | 0.3 | 0.43 |
| Hex | 70 | 4C | 8D | 15 | 2E | 0 | 2D | 111 | 1E | 2B |
| Octal | 160 | 114 | 215 | 25 | 56 | 0 | 55 | 421 | 36 | 53 |
| Binary | 1110000 | 1001100 | 10001101 | 10101 | 101110 | 0 | 101101 | 100010001 | 11110 | 101011 |
Color Harmonies of #704C8D
Complementary color
Monochromatic Colors of #704C8D
Black with #704C8D
Text Example
Text Example
White with #704C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C8D; }
p { color: rgb(112,76,141); }
H1.HeaderClassName
{
color: #704C8D;
}
.AnyTagClassName
{
color: #704C8D;
}
</style>
background-color css
<style>
a { background-color: #704C8D; }
a { background-color: rgb(112,76,141); }
div.DivClassName
{
background-color: #704C8D;
}
.BgClassName
{
background-color: #704C8D;
}
</style>
border-color css
<style>
span { border-color: #704C8D; }
span { border-color: rgb(112,76,141); }
td.TdClassName
{
border-color: #704C8D;
}
.TagClassName
{
border-color: #704C8D;
}
</style>