Shades of Butterfly Bush #705C95
Tints of Butterfly Bush #705C95
RGB
CMYK
RGB Variations
Color information
#705C95 (or 0x705C95) is known color: Butterfly Bush. HEX triplet: 70, 5C and 95. RGB value is (112,92,149). Sum of RGB (Red+Green+Blue) = 112+92+149=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #705C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C95 is #8FA36A. Grayscale: #686868. Windows color (decimal): -9413483 or 9788528. OLE color: 9788528.
HSL color Cylindrical-coordinate representation of color #705C95: hue angle of 261.05º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705C95 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 92 | 149 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.42 |
| HSL | 261.05º | 0.24% | 0.47% | - |
| HSV(B) | 261.05º | 0.38% | 0.58% | - |
| XYZ | 15.93 | 13.27 | 30.16 | - |
| YUV | 104.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 149 | 0.25 | 0.38 | 0 | 0.42 | 261.05 | 0.24 | 0.47 |
| Hex | 70 | 5C | 95 | 19 | 26 | 0 | 2A | 105 | 18 | 2F |
| Octal | 160 | 134 | 225 | 31 | 46 | 0 | 52 | 405 | 30 | 57 |
| Binary | 1110000 | 1011100 | 10010101 | 11001 | 100110 | 0 | 101010 | 100000101 | 11000 | 101111 |
Color Harmonies of #705C95
Complementary color
Monochromatic Colors of #705C95
Black with #705C95
Text Example
Text Example
White with #705C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C95; }
p { color: rgb(112,92,149); }
H1.HeaderClassName
{
color: #705C95;
}
.AnyTagClassName
{
color: #705C95;
}
</style>
background-color css
<style>
a { background-color: #705C95; }
a { background-color: rgb(112,92,149); }
div.DivClassName
{
background-color: #705C95;
}
.BgClassName
{
background-color: #705C95;
}
</style>
border-color css
<style>
span { border-color: #705C95; }
span { border-color: rgb(112,92,149); }
td.TdClassName
{
border-color: #705C95;
}
.TagClassName
{
border-color: #705C95;
}
</style>