Shades of Affair #704D87
Tints of Affair #704D87
RGB
CMYK
RGB Variations
Color information
#704D87 (or 0x704D87) is known color: Affair. HEX triplet: 70, 4D and 87. RGB value is (112,77,135). Sum of RGB (Red+Green+Blue) = 112+77+135=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #704D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D87 is #8FB278. Grayscale: #5D5D5D. Windows color (decimal): -9417337 or 8867184. OLE color: 8867184.
HSL color Cylindrical-coordinate representation of color #704D87: hue angle of 276.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704D87 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 77 | 135 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.47 |
| HSL | 276.21º | 0.27% | 0.42% | - |
| HSV(B) | 276.21º | 0.43% | 0.53% | - |
| XYZ | 13.71 | 10.5 | 24.23 | - |
| YUV | 94.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 135 | 0.17 | 0.43 | 0 | 0.47 | 276.21 | 0.27 | 0.42 |
| Hex | 70 | 4D | 87 | 11 | 2B | 0 | 2F | 114 | 1B | 2A |
| Octal | 160 | 115 | 207 | 21 | 53 | 0 | 57 | 424 | 33 | 52 |
| Binary | 1110000 | 1001101 | 10000111 | 10001 | 101011 | 0 | 101111 | 100010100 | 11011 | 101010 |
Color Harmonies of #704D87
Complementary color
Monochromatic Colors of #704D87
Black with #704D87
Text Example
Text Example
White with #704D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D87; }
p { color: rgb(112,77,135); }
H1.HeaderClassName
{
color: #704D87;
}
.AnyTagClassName
{
color: #704D87;
}
</style>
background-color css
<style>
a { background-color: #704D87; }
a { background-color: rgb(112,77,135); }
div.DivClassName
{
background-color: #704D87;
}
.BgClassName
{
background-color: #704D87;
}
</style>
border-color css
<style>
span { border-color: #704D87; }
span { border-color: rgb(112,77,135); }
td.TdClassName
{
border-color: #704D87;
}
.TagClassName
{
border-color: #704D87;
}
</style>