Shades of Butterfly Bush #705F90
Tints of Butterfly Bush #705F90
RGB
CMYK
RGB Variations
Color information
#705F90 (or 0x705F90) is known color: Butterfly Bush. HEX triplet: 70, 5F and 90. RGB value is (112,95,144). Sum of RGB (Red+Green+Blue) = 112+95+144=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #705F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F90 is #8FA06F. Grayscale: #696969. Windows color (decimal): -9412720 or 9461616. OLE color: 9461616.
HSL color Cylindrical-coordinate representation of color #705F90: hue angle of 260.82º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705F90 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 95 | 144 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.44 |
| HSL | 260.82º | 0.21% | 0.47% | - |
| HSV(B) | 260.82º | 0.34% | 0.56% | - |
| XYZ | 15.81 | 13.64 | 28.19 | - |
| YUV | 105.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 144 | 0.22 | 0.34 | 0 | 0.44 | 260.82 | 0.21 | 0.47 |
| Hex | 70 | 5F | 90 | 16 | 22 | 0 | 2C | 105 | 15 | 2F |
| Octal | 160 | 137 | 220 | 26 | 42 | 0 | 54 | 405 | 25 | 57 |
| Binary | 1110000 | 1011111 | 10010000 | 10110 | 100010 | 0 | 101100 | 100000101 | 10101 | 101111 |
Color Harmonies of #705F90
Complementary color
Monochromatic Colors of #705F90
Black with #705F90
Text Example
Text Example
White with #705F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F90; }
p { color: rgb(112,95,144); }
H1.HeaderClassName
{
color: #705F90;
}
.AnyTagClassName
{
color: #705F90;
}
</style>
background-color css
<style>
a { background-color: #705F90; }
a { background-color: rgb(112,95,144); }
div.DivClassName
{
background-color: #705F90;
}
.BgClassName
{
background-color: #705F90;
}
</style>
border-color css
<style>
span { border-color: #705F90; }
span { border-color: rgb(112,95,144); }
td.TdClassName
{
border-color: #705F90;
}
.TagClassName
{
border-color: #705F90;
}
</style>