Shades of Butterfly Bush #705D8C
Tints of Butterfly Bush #705D8C
RGB
CMYK
RGB Variations
Color information
#705D8C (or 0x705D8C) is known color: Butterfly Bush. HEX triplet: 70, 5D and 8C. RGB value is (112,93,140). Sum of RGB (Red+Green+Blue) = 112+93+140=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #705D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D8C is #8FA273. Grayscale: #676767. Windows color (decimal): -9413236 or 9198960. OLE color: 9198960.
HSL color Cylindrical-coordinate representation of color #705D8C: hue angle of 264.26º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705D8C is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 93 | 140 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.45 |
| HSL | 264.26º | 0.2% | 0.46% | - |
| HSV(B) | 264.26º | 0.34% | 0.55% | - |
| XYZ | 15.33 | 13.17 | 26.54 | - |
| YUV | 104.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 140 | 0.20 | 0.34 | 0 | 0.45 | 264.26 | 0.2 | 0.46 |
| Hex | 70 | 5D | 8C | 14 | 22 | 0 | 2D | 108 | 14 | 2E |
| Octal | 160 | 135 | 214 | 24 | 42 | 0 | 55 | 410 | 24 | 56 |
| Binary | 1110000 | 1011101 | 10001100 | 10100 | 100010 | 0 | 101101 | 100001000 | 10100 | 101110 |
Color Harmonies of #705D8C
Complementary color
Monochromatic Colors of #705D8C
Black with #705D8C
Text Example
Text Example
White with #705D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D8C; }
p { color: rgb(112,93,140); }
H1.HeaderClassName
{
color: #705D8C;
}
.AnyTagClassName
{
color: #705D8C;
}
</style>
background-color css
<style>
a { background-color: #705D8C; }
a { background-color: rgb(112,93,140); }
div.DivClassName
{
background-color: #705D8C;
}
.BgClassName
{
background-color: #705D8C;
}
</style>
border-color css
<style>
span { border-color: #705D8C; }
span { border-color: rgb(112,93,140); }
td.TdClassName
{
border-color: #705D8C;
}
.TagClassName
{
border-color: #705D8C;
}
</style>