Shades of Affair #714E7C
Tints of Affair #714E7C
RGB
CMYK
RGB Variations
Color information
#714E7C (or 0x714E7C) is known color: Affair. HEX triplet: 71, 4E and 7C. RGB value is (113,78,124). Sum of RGB (Red+Green+Blue) = 113+78+124=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #714E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E7C is #8EB183. Grayscale: #5D5D5D. Windows color (decimal): -9351556 or 8146545. OLE color: 8146545.
HSL color Cylindrical-coordinate representation of color #714E7C: hue angle of 285.65º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #714E7C is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 78 | 124 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.51 |
| HSL | 285.65º | 0.23% | 0.4% | - |
| HSV(B) | 285.65º | 0.37% | 0.49% | - |
| XYZ | 13.17 | 10.41 | 20.38 | - |
| YUV | 93.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 124 | 0.09 | 0.37 | 0 | 0.51 | 285.65 | 0.23 | 0.4 |
| Hex | 71 | 4E | 7C | 9 | 25 | 0 | 33 | 11E | 17 | 28 |
| Octal | 161 | 116 | 174 | 11 | 45 | 0 | 63 | 436 | 27 | 50 |
| Binary | 1110001 | 1001110 | 1111100 | 1001 | 100101 | 0 | 110011 | 100011110 | 10111 | 101000 |
Color Harmonies of #714E7C
Complementary color
Monochromatic Colors of #714E7C
Black with #714E7C
Text Example
Text Example
White with #714E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E7C; }
p { color: rgb(113,78,124); }
H1.HeaderClassName
{
color: #714E7C;
}
.AnyTagClassName
{
color: #714E7C;
}
</style>
background-color css
<style>
a { background-color: #714E7C; }
a { background-color: rgb(113,78,124); }
div.DivClassName
{
background-color: #714E7C;
}
.BgClassName
{
background-color: #714E7C;
}
</style>
border-color css
<style>
span { border-color: #714E7C; }
span { border-color: rgb(113,78,124); }
td.TdClassName
{
border-color: #714E7C;
}
.TagClassName
{
border-color: #714E7C;
}
</style>