Shades of Affair #714C87
Tints of Affair #714C87
RGB
CMYK
RGB Variations
Color information
#714C87 (or 0x714C87) is known color: Affair. HEX triplet: 71, 4C and 87. RGB value is (113,76,135). Sum of RGB (Red+Green+Blue) = 113+76+135=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 76 (30.08% from 255 or 23.46% 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 #714C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714C87 is #8EB378. Grayscale: #5D5D5D. Windows color (decimal): -9352057 or 8866929. OLE color: 8866929.
HSL color Cylindrical-coordinate representation of color #714C87: hue angle of 277.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #714C87 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 76 | 135 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.47 |
| HSL | 277.63º | 0.28% | 0.41% | - |
| HSV(B) | 277.63º | 0.44% | 0.53% | - |
| XYZ | 13.77 | 10.43 | 24.21 | - |
| YUV | 93.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 135 | 0.16 | 0.44 | 0 | 0.47 | 277.63 | 0.28 | 0.41 |
| Hex | 71 | 4C | 87 | 10 | 2C | 0 | 2F | 116 | 1C | 29 |
| Octal | 161 | 114 | 207 | 20 | 54 | 0 | 57 | 426 | 34 | 51 |
| Binary | 1110001 | 1001100 | 10000111 | 10000 | 101100 | 0 | 101111 | 100010110 | 11100 | 101001 |
Color Harmonies of #714C87
Complementary color
Monochromatic Colors of #714C87
Black with #714C87
Text Example
Text Example
White with #714C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C87; }
p { color: rgb(113,76,135); }
H1.HeaderClassName
{
color: #714C87;
}
.AnyTagClassName
{
color: #714C87;
}
</style>
background-color css
<style>
a { background-color: #714C87; }
a { background-color: rgb(113,76,135); }
div.DivClassName
{
background-color: #714C87;
}
.BgClassName
{
background-color: #714C87;
}
</style>
border-color css
<style>
span { border-color: #714C87; }
span { border-color: rgb(113,76,135); }
td.TdClassName
{
border-color: #714C87;
}
.TagClassName
{
border-color: #714C87;
}
</style>