Shades of Affair #704C8E
Tints of Affair #704C8E
RGB
CMYK
RGB Variations
Color information
#704C8E (or 0x704C8E) is known color: Affair. HEX triplet: 70, 4C and 8E. RGB value is (112,76,142). Sum of RGB (Red+Green+Blue) = 112+76+142=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #704C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C8E is #8FB371. Grayscale: #5E5E5E. Windows color (decimal): -9417586 or 9325680. OLE color: 9325680.
HSL color Cylindrical-coordinate representation of color #704C8E: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704C8E is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 76 | 142 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.44 |
| HSL | 272.73º | 0.3% | 0.43% | - |
| HSV(B) | 272.73º | 0.46% | 0.56% | - |
| XYZ | 14.15 | 10.57 | 26.89 | - |
| YUV | 94.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 142 | 0.21 | 0.46 | 0 | 0.44 | 272.73 | 0.3 | 0.43 |
| Hex | 70 | 4C | 8E | 15 | 2E | 0 | 2C | 111 | 1E | 2B |
| Octal | 160 | 114 | 216 | 25 | 56 | 0 | 54 | 421 | 36 | 53 |
| Binary | 1110000 | 1001100 | 10001110 | 10101 | 101110 | 0 | 101100 | 100010001 | 11110 | 101011 |
Color Harmonies of #704C8E
Complementary color
Monochromatic Colors of #704C8E
Black with #704C8E
Text Example
Text Example
White with #704C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C8E; }
p { color: rgb(112,76,142); }
H1.HeaderClassName
{
color: #704C8E;
}
.AnyTagClassName
{
color: #704C8E;
}
</style>
background-color css
<style>
a { background-color: #704C8E; }
a { background-color: rgb(112,76,142); }
div.DivClassName
{
background-color: #704C8E;
}
.BgClassName
{
background-color: #704C8E;
}
</style>
border-color css
<style>
span { border-color: #704C8E; }
span { border-color: rgb(112,76,142); }
td.TdClassName
{
border-color: #704C8E;
}
.TagClassName
{
border-color: #704C8E;
}
</style>