Shades of Affair #71597B
Tints of Affair #71597B
RGB
CMYK
RGB Variations
Color information
#71597B (or 0x71597B) is known color: Affair. HEX triplet: 71, 59 and 7B. RGB value is (113,89,123). Sum of RGB (Red+Green+Blue) = 113+89+123=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #71597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71597B is #8EA684. Grayscale: #636363. Windows color (decimal): -9348741 or 8083825. OLE color: 8083825.
HSL color Cylindrical-coordinate representation of color #71597B: hue angle of 282.35º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71597B is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 89 | 123 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.52 |
| HSL | 282.35º | 0.16% | 0.42% | - |
| HSV(B) | 282.35º | 0.28% | 0.48% | - |
| XYZ | 13.96 | 12.09 | 20.34 | - |
| YUV | 100.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 89 | 123 | 0.08 | 0.28 | 0 | 0.52 | 282.35 | 0.16 | 0.42 |
| Hex | 71 | 59 | 7B | 8 | 1C | 0 | 34 | 11A | 10 | 2A |
| Octal | 161 | 131 | 173 | 10 | 34 | 0 | 64 | 432 | 20 | 52 |
| Binary | 1110001 | 1011001 | 1111011 | 1000 | 11100 | 0 | 110100 | 100011010 | 10000 | 101010 |
Color Harmonies of #71597B
Complementary color
Monochromatic Colors of #71597B
Black with #71597B
Text Example
Text Example
White with #71597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71597B; }
p { color: rgb(113,89,123); }
H1.HeaderClassName
{
color: #71597B;
}
.AnyTagClassName
{
color: #71597B;
}
</style>
background-color css
<style>
a { background-color: #71597B; }
a { background-color: rgb(113,89,123); }
div.DivClassName
{
background-color: #71597B;
}
.BgClassName
{
background-color: #71597B;
}
</style>
border-color css
<style>
span { border-color: #71597B; }
span { border-color: rgb(113,89,123); }
td.TdClassName
{
border-color: #71597B;
}
.TagClassName
{
border-color: #71597B;
}
</style>