Shades of Affair #714A82
Tints of Affair #714A82
RGB
CMYK
RGB Variations
Color information
#714A82 (or 0x714A82) is known color: Affair. HEX triplet: 71, 4A and 82. RGB value is (113,74,130). Sum of RGB (Red+Green+Blue) = 113+74+130=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #714A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A82 is #8EB57D. Grayscale: #5B5B5B. Windows color (decimal): -9352574 or 8538737. OLE color: 8538737.
HSL color Cylindrical-coordinate representation of color #714A82: hue angle of 281.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714A82 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 74 | 130 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.49 |
| HSL | 281.79º | 0.27% | 0.4% | - |
| HSV(B) | 281.79º | 0.43% | 0.51% | - |
| XYZ | 13.29 | 10.02 | 22.35 | - |
| YUV | 92.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 130 | 0.13 | 0.43 | 0 | 0.49 | 281.79 | 0.27 | 0.4 |
| Hex | 71 | 4A | 82 | D | 2B | 0 | 31 | 11A | 1B | 28 |
| Octal | 161 | 112 | 202 | 15 | 53 | 0 | 61 | 432 | 33 | 50 |
| Binary | 1110001 | 1001010 | 10000010 | 1101 | 101011 | 0 | 110001 | 100011010 | 11011 | 101000 |
Color Harmonies of #714A82
Complementary color
Monochromatic Colors of #714A82
Black with #714A82
Text Example
Text Example
White with #714A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A82; }
p { color: rgb(113,74,130); }
H1.HeaderClassName
{
color: #714A82;
}
.AnyTagClassName
{
color: #714A82;
}
</style>
background-color css
<style>
a { background-color: #714A82; }
a { background-color: rgb(113,74,130); }
div.DivClassName
{
background-color: #714A82;
}
.BgClassName
{
background-color: #714A82;
}
</style>
border-color css
<style>
span { border-color: #714A82; }
span { border-color: rgb(113,74,130); }
td.TdClassName
{
border-color: #714A82;
}
.TagClassName
{
border-color: #714A82;
}
</style>