Shades of Affair #715A87
Tints of Affair #715A87
RGB
CMYK
RGB Variations
Color information
#715A87 (or 0x715A87) is known color: Affair. HEX triplet: 71, 5A and 87. RGB value is (113,90,135). Sum of RGB (Red+Green+Blue) = 113+90+135=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #715A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A87 is #8EA578. Grayscale: #656565. Windows color (decimal): -9348473 or 8870513. OLE color: 8870513.
HSL color Cylindrical-coordinate representation of color #715A87: hue angle of 270.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #715A87 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 90 | 135 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.47 |
| HSL | 270.67º | 0.2% | 0.44% | - |
| HSV(B) | 270.67º | 0.33% | 0.53% | - |
| XYZ | 14.84 | 12.57 | 24.57 | - |
| YUV | 102.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 135 | 0.16 | 0.33 | 0 | 0.47 | 270.67 | 0.2 | 0.44 |
| Hex | 71 | 5A | 87 | 10 | 21 | 0 | 2F | 10F | 14 | 2C |
| Octal | 161 | 132 | 207 | 20 | 41 | 0 | 57 | 417 | 24 | 54 |
| Binary | 1110001 | 1011010 | 10000111 | 10000 | 100001 | 0 | 101111 | 100001111 | 10100 | 101100 |
Color Harmonies of #715A87
Complementary color
Monochromatic Colors of #715A87
Black with #715A87
Text Example
Text Example
White with #715A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A87; }
p { color: rgb(113,90,135); }
H1.HeaderClassName
{
color: #715A87;
}
.AnyTagClassName
{
color: #715A87;
}
</style>
background-color css
<style>
a { background-color: #715A87; }
a { background-color: rgb(113,90,135); }
div.DivClassName
{
background-color: #715A87;
}
.BgClassName
{
background-color: #715A87;
}
</style>
border-color css
<style>
span { border-color: #715A87; }
span { border-color: rgb(113,90,135); }
td.TdClassName
{
border-color: #715A87;
}
.TagClassName
{
border-color: #715A87;
}
</style>