Shades of Butterfly Bush #705B87
Tints of Butterfly Bush #705B87
RGB
CMYK
RGB Variations
Color information
#705B87 (or 0x705B87) is known color: Butterfly Bush. HEX triplet: 70, 5B and 87. RGB value is (112,91,135). Sum of RGB (Red+Green+Blue) = 112+91+135=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 91 (35.94% from 255 or 26.92% 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 #705B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705B87 is #8FA478. Grayscale: #666666. Windows color (decimal): -9413753 or 8870768. OLE color: 8870768.
HSL color Cylindrical-coordinate representation of color #705B87: hue angle of 268.64º degrees, saturation: 0.19, 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 #705B87 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 91 | 135 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.47 |
| HSL | 268.64º | 0.19% | 0.44% | - |
| HSV(B) | 268.64º | 0.33% | 0.53% | - |
| XYZ | 14.8 | 12.68 | 24.59 | - |
| YUV | 102.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 135 | 0.17 | 0.33 | 0 | 0.47 | 268.64 | 0.19 | 0.44 |
| Hex | 70 | 5B | 87 | 11 | 21 | 0 | 2F | 10D | 13 | 2C |
| Octal | 160 | 133 | 207 | 21 | 41 | 0 | 57 | 415 | 23 | 54 |
| Binary | 1110000 | 1011011 | 10000111 | 10001 | 100001 | 0 | 101111 | 100001101 | 10011 | 101100 |
Color Harmonies of #705B87
Complementary color
Monochromatic Colors of #705B87
Black with #705B87
Text Example
Text Example
White with #705B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B87; }
p { color: rgb(112,91,135); }
H1.HeaderClassName
{
color: #705B87;
}
.AnyTagClassName
{
color: #705B87;
}
</style>
background-color css
<style>
a { background-color: #705B87; }
a { background-color: rgb(112,91,135); }
div.DivClassName
{
background-color: #705B87;
}
.BgClassName
{
background-color: #705B87;
}
</style>
border-color css
<style>
span { border-color: #705B87; }
span { border-color: rgb(112,91,135); }
td.TdClassName
{
border-color: #705B87;
}
.TagClassName
{
border-color: #705B87;
}
</style>