Shades of Butterfly Bush #705C8D
Tints of Butterfly Bush #705C8D
RGB
CMYK
RGB Variations
Color information
#705C8D (or 0x705C8D) is known color: Butterfly Bush. HEX triplet: 70, 5C and 8D. RGB value is (112,92,141). Sum of RGB (Red+Green+Blue) = 112+92+141=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #705C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C8D is #8FA372. Grayscale: #676767. Windows color (decimal): -9413491 or 9264240. OLE color: 9264240.
HSL color Cylindrical-coordinate representation of color #705C8D: hue angle of 264.49º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705C8D is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 92 | 141 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.45 |
| HSL | 264.49º | 0.21% | 0.46% | - |
| HSV(B) | 264.49º | 0.35% | 0.55% | - |
| XYZ | 15.32 | 13.02 | 26.91 | - |
| YUV | 103.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 141 | 0.21 | 0.35 | 0 | 0.45 | 264.49 | 0.21 | 0.46 |
| Hex | 70 | 5C | 8D | 15 | 23 | 0 | 2D | 108 | 15 | 2E |
| Octal | 160 | 134 | 215 | 25 | 43 | 0 | 55 | 410 | 25 | 56 |
| Binary | 1110000 | 1011100 | 10001101 | 10101 | 100011 | 0 | 101101 | 100001000 | 10101 | 101110 |
Color Harmonies of #705C8D
Complementary color
Monochromatic Colors of #705C8D
Black with #705C8D
Text Example
Text Example
White with #705C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C8D; }
p { color: rgb(112,92,141); }
H1.HeaderClassName
{
color: #705C8D;
}
.AnyTagClassName
{
color: #705C8D;
}
</style>
background-color css
<style>
a { background-color: #705C8D; }
a { background-color: rgb(112,92,141); }
div.DivClassName
{
background-color: #705C8D;
}
.BgClassName
{
background-color: #705C8D;
}
</style>
border-color css
<style>
span { border-color: #705C8D; }
span { border-color: rgb(112,92,141); }
td.TdClassName
{
border-color: #705C8D;
}
.TagClassName
{
border-color: #705C8D;
}
</style>