Shades of Butterfly Bush #705C97
Tints of Butterfly Bush #705C97
RGB
CMYK
RGB Variations
Color information
#705C97 (or 0x705C97) is known color: Butterfly Bush. HEX triplet: 70, 5C and 97. RGB value is (112,92,151). Sum of RGB (Red+Green+Blue) = 112+92+151=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #705C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C97 is #8FA368. Grayscale: #686868. Windows color (decimal): -9413481 or 9919600. OLE color: 9919600.
HSL color Cylindrical-coordinate representation of color #705C97: hue angle of 260.34º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705C97 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 92 | 151 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.41 |
| HSL | 260.34º | 0.24% | 0.48% | - |
| HSV(B) | 260.34º | 0.39% | 0.59% | - |
| XYZ | 16.1 | 13.33 | 31 | - |
| YUV | 104.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 151 | 0.26 | 0.39 | 0 | 0.41 | 260.34 | 0.24 | 0.48 |
| Hex | 70 | 5C | 97 | 1A | 27 | 0 | 29 | 104 | 18 | 30 |
| Octal | 160 | 134 | 227 | 32 | 47 | 0 | 51 | 404 | 30 | 60 |
| Binary | 1110000 | 1011100 | 10010111 | 11010 | 100111 | 0 | 101001 | 100000100 | 11000 | 110000 |
Color Harmonies of #705C97
Complementary color
Monochromatic Colors of #705C97
Black with #705C97
Text Example
Text Example
White with #705C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C97; }
p { color: rgb(112,92,151); }
H1.HeaderClassName
{
color: #705C97;
}
.AnyTagClassName
{
color: #705C97;
}
</style>
background-color css
<style>
a { background-color: #705C97; }
a { background-color: rgb(112,92,151); }
div.DivClassName
{
background-color: #705C97;
}
.BgClassName
{
background-color: #705C97;
}
</style>
border-color css
<style>
span { border-color: #705C97; }
span { border-color: rgb(112,92,151); }
td.TdClassName
{
border-color: #705C97;
}
.TagClassName
{
border-color: #705C97;
}
</style>