Shades of Butterfly Bush #705D8E
Tints of Butterfly Bush #705D8E
RGB
CMYK
RGB Variations
Color information
#705D8E (or 0x705D8E) is known color: Butterfly Bush. HEX triplet: 70, 5D and 8E. RGB value is (112,93,142). Sum of RGB (Red+Green+Blue) = 112+93+142=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #705D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D8E is #8FA271. Grayscale: #686868. Windows color (decimal): -9413234 or 9330032. OLE color: 9330032.
HSL color Cylindrical-coordinate representation of color #705D8E: hue angle of 263.27º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705D8E is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 93 | 142 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.44 |
| HSL | 263.27º | 0.21% | 0.46% | - |
| HSV(B) | 263.27º | 0.35% | 0.56% | - |
| XYZ | 15.48 | 13.23 | 27.33 | - |
| YUV | 104.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 142 | 0.21 | 0.35 | 0 | 0.44 | 263.27 | 0.21 | 0.46 |
| Hex | 70 | 5D | 8E | 15 | 23 | 0 | 2C | 107 | 15 | 2E |
| Octal | 160 | 135 | 216 | 25 | 43 | 0 | 54 | 407 | 25 | 56 |
| Binary | 1110000 | 1011101 | 10001110 | 10101 | 100011 | 0 | 101100 | 100000111 | 10101 | 101110 |
Color Harmonies of #705D8E
Complementary color
Monochromatic Colors of #705D8E
Black with #705D8E
Text Example
Text Example
White with #705D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D8E; }
p { color: rgb(112,93,142); }
H1.HeaderClassName
{
color: #705D8E;
}
.AnyTagClassName
{
color: #705D8E;
}
</style>
background-color css
<style>
a { background-color: #705D8E; }
a { background-color: rgb(112,93,142); }
div.DivClassName
{
background-color: #705D8E;
}
.BgClassName
{
background-color: #705D8E;
}
</style>
border-color css
<style>
span { border-color: #705D8E; }
span { border-color: rgb(112,93,142); }
td.TdClassName
{
border-color: #705D8E;
}
.TagClassName
{
border-color: #705D8E;
}
</style>