Shades of Butterfly Bush #705A95
Tints of Butterfly Bush #705A95
RGB
CMYK
RGB Variations
Color information
#705A95 (or 0x705A95) is known color: Butterfly Bush. HEX triplet: 70, 5A and 95. RGB value is (112,90,149). Sum of RGB (Red+Green+Blue) = 112+90+149=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #705A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A95 is #8FA56A. Grayscale: #676767. Windows color (decimal): -9413995 or 9788016. OLE color: 9788016.
HSL color Cylindrical-coordinate representation of color #705A95: hue angle of 262.37º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705A95 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 90 | 149 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.42 |
| HSL | 262.37º | 0.25% | 0.47% | - |
| HSV(B) | 262.37º | 0.4% | 0.58% | - |
| XYZ | 15.76 | 12.93 | 30.1 | - |
| YUV | 103.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 149 | 0.25 | 0.40 | 0 | 0.42 | 262.37 | 0.25 | 0.47 |
| Hex | 70 | 5A | 95 | 19 | 28 | 0 | 2A | 106 | 19 | 2F |
| Octal | 160 | 132 | 225 | 31 | 50 | 0 | 52 | 406 | 31 | 57 |
| Binary | 1110000 | 1011010 | 10010101 | 11001 | 101000 | 0 | 101010 | 100000110 | 11001 | 101111 |
Color Harmonies of #705A95
Complementary color
Monochromatic Colors of #705A95
Black with #705A95
Text Example
Text Example
White with #705A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A95; }
p { color: rgb(112,90,149); }
H1.HeaderClassName
{
color: #705A95;
}
.AnyTagClassName
{
color: #705A95;
}
</style>
background-color css
<style>
a { background-color: #705A95; }
a { background-color: rgb(112,90,149); }
div.DivClassName
{
background-color: #705A95;
}
.BgClassName
{
background-color: #705A95;
}
</style>
border-color css
<style>
span { border-color: #705A95; }
span { border-color: rgb(112,90,149); }
td.TdClassName
{
border-color: #705A95;
}
.TagClassName
{
border-color: #705A95;
}
</style>