Shades of Affair #714E85
Tints of Affair #714E85
RGB
CMYK
RGB Variations
Color information
#714E85 (or 0x714E85) is known color: Affair. HEX triplet: 71, 4E and 85. RGB value is (113,78,133). Sum of RGB (Red+Green+Blue) = 113+78+133=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #714E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714E85 is #8EB17A. Grayscale: #5E5E5E. Windows color (decimal): -9351547 or 8736369. OLE color: 8736369.
HSL color Cylindrical-coordinate representation of color #714E85: hue angle of 278.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714E85 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 78 | 133 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.48 |
| HSL | 278.18º | 0.26% | 0.41% | - |
| HSV(B) | 278.18º | 0.41% | 0.52% | - |
| XYZ | 13.77 | 10.65 | 23.52 | - |
| YUV | 94.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 133 | 0.15 | 0.41 | 0 | 0.48 | 278.18 | 0.26 | 0.41 |
| Hex | 71 | 4E | 85 | F | 29 | 0 | 30 | 116 | 1A | 29 |
| Octal | 161 | 116 | 205 | 17 | 51 | 0 | 60 | 426 | 32 | 51 |
| Binary | 1110001 | 1001110 | 10000101 | 1111 | 101001 | 0 | 110000 | 100010110 | 11010 | 101001 |
Color Harmonies of #714E85
Complementary color
Monochromatic Colors of #714E85
Black with #714E85
Text Example
Text Example
White with #714E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E85; }
p { color: rgb(113,78,133); }
H1.HeaderClassName
{
color: #714E85;
}
.AnyTagClassName
{
color: #714E85;
}
</style>
background-color css
<style>
a { background-color: #714E85; }
a { background-color: rgb(113,78,133); }
div.DivClassName
{
background-color: #714E85;
}
.BgClassName
{
background-color: #714E85;
}
</style>
border-color css
<style>
span { border-color: #714E85; }
span { border-color: rgb(113,78,133); }
td.TdClassName
{
border-color: #714E85;
}
.TagClassName
{
border-color: #714E85;
}
</style>