Shades of Butterfly Bush #705A96
Tints of Butterfly Bush #705A96
RGB
CMYK
RGB Variations
Color information
#705A96 (or 0x705A96) is known color: Butterfly Bush. HEX triplet: 70, 5A and 96. RGB value is (112,90,150). Sum of RGB (Red+Green+Blue) = 112+90+150=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #705A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A96 is #8FA569. Grayscale: #676767. Windows color (decimal): -9413994 or 9853552. OLE color: 9853552.
HSL color Cylindrical-coordinate representation of color #705A96: hue angle of 262º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705A96 is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 90 | 150 | - |
| CMYK | 0.25 | 0.4 | 0 | 0.41 |
| HSL | 262º | 0.25% | 0.47% | - |
| HSV(B) | 262º | 0.4% | 0.59% | - |
| XYZ | 15.84 | 12.96 | 30.52 | - |
| YUV | 103.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 150 | 0.25 | 0.4 | 0 | 0.41 | 262 | 0.25 | 0.47 |
| Hex | 70 | 5A | 96 | 19 | 28 | 0 | 29 | 106 | 19 | 2F |
| Octal | 160 | 132 | 226 | 31 | 50 | 0 | 51 | 406 | 31 | 57 |
| Binary | 1110000 | 1011010 | 10010110 | 11001 | 101000 | 0 | 101001 | 100000110 | 11001 | 101111 |
Color Harmonies of #705A96
Complementary color
Monochromatic Colors of #705A96
Black with #705A96
Text Example
Text Example
White with #705A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A96; }
p { color: rgb(112,90,150); }
H1.HeaderClassName
{
color: #705A96;
}
.AnyTagClassName
{
color: #705A96;
}
</style>
background-color css
<style>
a { background-color: #705A96; }
a { background-color: rgb(112,90,150); }
div.DivClassName
{
background-color: #705A96;
}
.BgClassName
{
background-color: #705A96;
}
</style>
border-color css
<style>
span { border-color: #705A96; }
span { border-color: rgb(112,90,150); }
td.TdClassName
{
border-color: #705A96;
}
.TagClassName
{
border-color: #705A96;
}
</style>