Shades of Affair #714C82
Tints of Affair #714C82
RGB
CMYK
RGB Variations
Color information
#714C82 (or 0x714C82) is known color: Affair. HEX triplet: 71, 4C and 82. RGB value is (113,76,130). Sum of RGB (Red+Green+Blue) = 113+76+130=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #714C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714C82 is #8EB37D. Grayscale: #5D5D5D. Windows color (decimal): -9352062 or 8539249. OLE color: 8539249.
HSL color Cylindrical-coordinate representation of color #714C82: hue angle of 281.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714C82 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 76 | 130 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.49 |
| HSL | 281.11º | 0.26% | 0.4% | - |
| HSV(B) | 281.11º | 0.42% | 0.51% | - |
| XYZ | 13.42 | 10.29 | 22.4 | - |
| YUV | 93.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 130 | 0.13 | 0.42 | 0 | 0.49 | 281.11 | 0.26 | 0.4 |
| Hex | 71 | 4C | 82 | D | 2A | 0 | 31 | 119 | 1A | 28 |
| Octal | 161 | 114 | 202 | 15 | 52 | 0 | 61 | 431 | 32 | 50 |
| Binary | 1110001 | 1001100 | 10000010 | 1101 | 101010 | 0 | 110001 | 100011001 | 11010 | 101000 |
Color Harmonies of #714C82
Complementary color
Monochromatic Colors of #714C82
Black with #714C82
Text Example
Text Example
White with #714C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C82; }
p { color: rgb(113,76,130); }
H1.HeaderClassName
{
color: #714C82;
}
.AnyTagClassName
{
color: #714C82;
}
</style>
background-color css
<style>
a { background-color: #714C82; }
a { background-color: rgb(113,76,130); }
div.DivClassName
{
background-color: #714C82;
}
.BgClassName
{
background-color: #714C82;
}
</style>
border-color css
<style>
span { border-color: #714C82; }
span { border-color: rgb(113,76,130); }
td.TdClassName
{
border-color: #714C82;
}
.TagClassName
{
border-color: #714C82;
}
</style>