Shades of Butterfly Bush #705C90
Tints of Butterfly Bush #705C90
RGB
CMYK
RGB Variations
Color information
#705C90 (or 0x705C90) is known color: Butterfly Bush. HEX triplet: 70, 5C and 90. RGB value is (112,92,144). Sum of RGB (Red+Green+Blue) = 112+92+144=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #705C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C90 is #8FA36F. Grayscale: #676767. Windows color (decimal): -9413488 or 9460848. OLE color: 9460848.
HSL color Cylindrical-coordinate representation of color #705C90: hue angle of 263.08º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705C90 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 92 | 144 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.44 |
| HSL | 263.08º | 0.22% | 0.46% | - |
| HSV(B) | 263.08º | 0.36% | 0.56% | - |
| XYZ | 15.54 | 13.11 | 28.1 | - |
| YUV | 103.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 144 | 0.22 | 0.36 | 0 | 0.44 | 263.08 | 0.22 | 0.46 |
| Hex | 70 | 5C | 90 | 16 | 24 | 0 | 2C | 107 | 16 | 2E |
| Octal | 160 | 134 | 220 | 26 | 44 | 0 | 54 | 407 | 26 | 56 |
| Binary | 1110000 | 1011100 | 10010000 | 10110 | 100100 | 0 | 101100 | 100000111 | 10110 | 101110 |
Color Harmonies of #705C90
Complementary color
Monochromatic Colors of #705C90
Black with #705C90
Text Example
Text Example
White with #705C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C90; }
p { color: rgb(112,92,144); }
H1.HeaderClassName
{
color: #705C90;
}
.AnyTagClassName
{
color: #705C90;
}
</style>
background-color css
<style>
a { background-color: #705C90; }
a { background-color: rgb(112,92,144); }
div.DivClassName
{
background-color: #705C90;
}
.BgClassName
{
background-color: #705C90;
}
</style>
border-color css
<style>
span { border-color: #705C90; }
span { border-color: rgb(112,92,144); }
td.TdClassName
{
border-color: #705C90;
}
.TagClassName
{
border-color: #705C90;
}
</style>