Shades of Affair #714D83
Tints of Affair #714D83
RGB
CMYK
RGB Variations
Color information
#714D83 (or 0x714D83) is known color: Affair. HEX triplet: 71, 4D and 83. RGB value is (113,77,131). Sum of RGB (Red+Green+Blue) = 113+77+131=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #714D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D83 is #8EB27C. Grayscale: #5D5D5D. Windows color (decimal): -9351805 or 8605041. OLE color: 8605041.
HSL color Cylindrical-coordinate representation of color #714D83: hue angle of 280º 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 #714D83 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 77 | 131 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.49 |
| HSL | 280º | 0.26% | 0.41% | - |
| HSV(B) | 280º | 0.41% | 0.51% | - |
| XYZ | 13.56 | 10.46 | 22.78 | - |
| YUV | 93.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 131 | 0.14 | 0.41 | 0 | 0.49 | 280 | 0.26 | 0.41 |
| Hex | 71 | 4D | 83 | E | 29 | 0 | 31 | 118 | 1A | 29 |
| Octal | 161 | 115 | 203 | 16 | 51 | 0 | 61 | 430 | 32 | 51 |
| Binary | 1110001 | 1001101 | 10000011 | 1110 | 101001 | 0 | 110001 | 100011000 | 11010 | 101001 |
Color Harmonies of #714D83
Complementary color
Monochromatic Colors of #714D83
Black with #714D83
Text Example
Text Example
White with #714D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D83; }
p { color: rgb(113,77,131); }
H1.HeaderClassName
{
color: #714D83;
}
.AnyTagClassName
{
color: #714D83;
}
</style>
background-color css
<style>
a { background-color: #714D83; }
a { background-color: rgb(113,77,131); }
div.DivClassName
{
background-color: #714D83;
}
.BgClassName
{
background-color: #714D83;
}
</style>
border-color css
<style>
span { border-color: #714D83; }
span { border-color: rgb(113,77,131); }
td.TdClassName
{
border-color: #714D83;
}
.TagClassName
{
border-color: #714D83;
}
</style>