Shades of Butterfly Bush #715D86
Tints of Butterfly Bush #715D86
RGB
CMYK
RGB Variations
Color information
#715D86 (or 0x715D86) is known color: Butterfly Bush. HEX triplet: 71, 5D and 86. RGB value is (113,93,134). Sum of RGB (Red+Green+Blue) = 113+93+134=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #715D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D86 is #8EA279. Grayscale: #676767. Windows color (decimal): -9347706 or 8805745. OLE color: 8805745.
HSL color Cylindrical-coordinate representation of color #715D86: hue angle of 269.27º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715D86 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 93 | 134 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.47 |
| HSL | 269.27º | 0.18% | 0.45% | - |
| HSV(B) | 269.27º | 0.31% | 0.53% | - |
| XYZ | 15.03 | 13.06 | 24.28 | - |
| YUV | 103.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 134 | 0.16 | 0.31 | 0 | 0.47 | 269.27 | 0.18 | 0.45 |
| Hex | 71 | 5D | 86 | 10 | 1F | 0 | 2F | 10D | 12 | 2D |
| Octal | 161 | 135 | 206 | 20 | 37 | 0 | 57 | 415 | 22 | 55 |
| Binary | 1110001 | 1011101 | 10000110 | 10000 | 11111 | 0 | 101111 | 100001101 | 10010 | 101101 |
Color Harmonies of #715D86
Complementary color
Monochromatic Colors of #715D86
Black with #715D86
Text Example
Text Example
White with #715D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D86; }
p { color: rgb(113,93,134); }
H1.HeaderClassName
{
color: #715D86;
}
.AnyTagClassName
{
color: #715D86;
}
</style>
background-color css
<style>
a { background-color: #715D86; }
a { background-color: rgb(113,93,134); }
div.DivClassName
{
background-color: #715D86;
}
.BgClassName
{
background-color: #715D86;
}
</style>
border-color css
<style>
span { border-color: #715D86; }
span { border-color: rgb(113,93,134); }
td.TdClassName
{
border-color: #715D86;
}
.TagClassName
{
border-color: #715D86;
}
</style>