Shades of Butterfly Bush #715C86
Tints of Butterfly Bush #715C86
RGB
CMYK
RGB Variations
Color information
#715C86 (or 0x715C86) is known color: Butterfly Bush. HEX triplet: 71, 5C and 86. RGB value is (113,92,134). Sum of RGB (Red+Green+Blue) = 113+92+134=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #715C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C86 is #8EA379. Grayscale: #666666. Windows color (decimal): -9347962 or 8805489. OLE color: 8805489.
HSL color Cylindrical-coordinate representation of color #715C86: hue angle of 270º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715C86 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 92 | 134 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.47 |
| HSL | 270º | 0.19% | 0.44% | - |
| HSV(B) | 270º | 0.31% | 0.53% | - |
| XYZ | 14.94 | 12.89 | 24.25 | - |
| YUV | 103.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 134 | 0.16 | 0.31 | 0 | 0.47 | 270 | 0.19 | 0.44 |
| Hex | 71 | 5C | 86 | 10 | 1F | 0 | 2F | 10E | 13 | 2C |
| Octal | 161 | 134 | 206 | 20 | 37 | 0 | 57 | 416 | 23 | 54 |
| Binary | 1110001 | 1011100 | 10000110 | 10000 | 11111 | 0 | 101111 | 100001110 | 10011 | 101100 |
Color Harmonies of #715C86
Complementary color
Monochromatic Colors of #715C86
Black with #715C86
Text Example
Text Example
White with #715C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C86; }
p { color: rgb(113,92,134); }
H1.HeaderClassName
{
color: #715C86;
}
.AnyTagClassName
{
color: #715C86;
}
</style>
background-color css
<style>
a { background-color: #715C86; }
a { background-color: rgb(113,92,134); }
div.DivClassName
{
background-color: #715C86;
}
.BgClassName
{
background-color: #715C86;
}
</style>
border-color css
<style>
span { border-color: #715C86; }
span { border-color: rgb(113,92,134); }
td.TdClassName
{
border-color: #715C86;
}
.TagClassName
{
border-color: #715C86;
}
</style>