Shades of Affair #704D82
Tints of Affair #704D82
RGB
CMYK
RGB Variations
Color information
#704D82 (or 0x704D82) is known color: Affair. HEX triplet: 70, 4D and 82. RGB value is (112,77,130). Sum of RGB (Red+Green+Blue) = 112+77+130=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #704D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D82 is #8FB27D. Grayscale: #5D5D5D. Windows color (decimal): -9417342 or 8539504. OLE color: 8539504.
HSL color Cylindrical-coordinate representation of color #704D82: hue angle of 279.62º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704D82 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 77 | 130 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.49 |
| HSL | 279.62º | 0.26% | 0.41% | - |
| HSV(B) | 279.62º | 0.41% | 0.51% | - |
| XYZ | 13.37 | 10.36 | 22.42 | - |
| YUV | 93.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 130 | 0.14 | 0.41 | 0 | 0.49 | 279.62 | 0.26 | 0.41 |
| Hex | 70 | 4D | 82 | E | 29 | 0 | 31 | 118 | 1A | 29 |
| Octal | 160 | 115 | 202 | 16 | 51 | 0 | 61 | 430 | 32 | 51 |
| Binary | 1110000 | 1001101 | 10000010 | 1110 | 101001 | 0 | 110001 | 100011000 | 11010 | 101001 |
Color Harmonies of #704D82
Complementary color
Monochromatic Colors of #704D82
Black with #704D82
Text Example
Text Example
White with #704D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D82; }
p { color: rgb(112,77,130); }
H1.HeaderClassName
{
color: #704D82;
}
.AnyTagClassName
{
color: #704D82;
}
</style>
background-color css
<style>
a { background-color: #704D82; }
a { background-color: rgb(112,77,130); }
div.DivClassName
{
background-color: #704D82;
}
.BgClassName
{
background-color: #704D82;
}
</style>
border-color css
<style>
span { border-color: #704D82; }
span { border-color: rgb(112,77,130); }
td.TdClassName
{
border-color: #704D82;
}
.TagClassName
{
border-color: #704D82;
}
</style>