Shades of Affair #715C85
Tints of Affair #715C85
RGB
CMYK
RGB Variations
Color information
#715C85 (or 0x715C85) is known color: Affair. HEX triplet: 71, 5C and 85. RGB value is (113,92,133). Sum of RGB (Red+Green+Blue) = 113+92+133=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #715C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C85 is #8EA37A. Grayscale: #666666. Windows color (decimal): -9347963 or 8739953. OLE color: 8739953.
HSL color Cylindrical-coordinate representation of color #715C85: hue angle of 270.73º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715C85 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 92 | 133 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.48 |
| HSL | 270.73º | 0.18% | 0.44% | - |
| HSV(B) | 270.73º | 0.31% | 0.52% | - |
| XYZ | 14.87 | 12.86 | 23.89 | - |
| YUV | 102.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 133 | 0.15 | 0.31 | 0 | 0.48 | 270.73 | 0.18 | 0.44 |
| Hex | 71 | 5C | 85 | F | 1F | 0 | 30 | 10F | 12 | 2C |
| Octal | 161 | 134 | 205 | 17 | 37 | 0 | 60 | 417 | 22 | 54 |
| Binary | 1110001 | 1011100 | 10000101 | 1111 | 11111 | 0 | 110000 | 100001111 | 10010 | 101100 |
Color Harmonies of #715C85
Complementary color
Monochromatic Colors of #715C85
Black with #715C85
Text Example
Text Example
White with #715C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C85; }
p { color: rgb(113,92,133); }
H1.HeaderClassName
{
color: #715C85;
}
.AnyTagClassName
{
color: #715C85;
}
</style>
background-color css
<style>
a { background-color: #715C85; }
a { background-color: rgb(113,92,133); }
div.DivClassName
{
background-color: #715C85;
}
.BgClassName
{
background-color: #715C85;
}
</style>
border-color css
<style>
span { border-color: #715C85; }
span { border-color: rgb(113,92,133); }
td.TdClassName
{
border-color: #715C85;
}
.TagClassName
{
border-color: #715C85;
}
</style>