Shades of Affair #714C84
Tints of Affair #714C84
RGB
CMYK
RGB Variations
Color information
#714C84 (or 0x714C84) is known color: Affair. HEX triplet: 71, 4C and 84. RGB value is (113,76,132). Sum of RGB (Red+Green+Blue) = 113+76+132=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #714C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714C84 is #8EB37B. Grayscale: #5D5D5D. Windows color (decimal): -9352060 or 8670321. OLE color: 8670321.
HSL color Cylindrical-coordinate representation of color #714C84: hue angle of 279.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714C84 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 76 | 132 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.48 |
| HSL | 279.64º | 0.27% | 0.41% | - |
| HSV(B) | 279.64º | 0.42% | 0.52% | - |
| XYZ | 13.56 | 10.35 | 23.11 | - |
| YUV | 93.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 132 | 0.14 | 0.42 | 0 | 0.48 | 279.64 | 0.27 | 0.41 |
| Hex | 71 | 4C | 84 | E | 2A | 0 | 30 | 118 | 1B | 29 |
| Octal | 161 | 114 | 204 | 16 | 52 | 0 | 60 | 430 | 33 | 51 |
| Binary | 1110001 | 1001100 | 10000100 | 1110 | 101010 | 0 | 110000 | 100011000 | 11011 | 101001 |
Color Harmonies of #714C84
Complementary color
Monochromatic Colors of #714C84
Black with #714C84
Text Example
Text Example
White with #714C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C84; }
p { color: rgb(113,76,132); }
H1.HeaderClassName
{
color: #714C84;
}
.AnyTagClassName
{
color: #714C84;
}
</style>
background-color css
<style>
a { background-color: #714C84; }
a { background-color: rgb(113,76,132); }
div.DivClassName
{
background-color: #714C84;
}
.BgClassName
{
background-color: #714C84;
}
</style>
border-color css
<style>
span { border-color: #714C84; }
span { border-color: rgb(113,76,132); }
td.TdClassName
{
border-color: #714C84;
}
.TagClassName
{
border-color: #714C84;
}
</style>