Shades of Butterfly Bush #705A94
Tints of Butterfly Bush #705A94
RGB
CMYK
RGB Variations
Color information
#705A94 (or 0x705A94) is known color: Butterfly Bush. HEX triplet: 70, 5A and 94. RGB value is (112,90,148). Sum of RGB (Red+Green+Blue) = 112+90+148=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #705A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A94 is #8FA56B. Grayscale: #666666. Windows color (decimal): -9413996 or 9722480. OLE color: 9722480.
HSL color Cylindrical-coordinate representation of color #705A94: hue angle of 262.76º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705A94 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 90 | 148 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.42 |
| HSL | 262.76º | 0.24% | 0.47% | - |
| HSV(B) | 262.76º | 0.39% | 0.58% | - |
| XYZ | 15.68 | 12.9 | 29.68 | - |
| YUV | 103.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 148 | 0.24 | 0.39 | 0 | 0.42 | 262.76 | 0.24 | 0.47 |
| Hex | 70 | 5A | 94 | 18 | 27 | 0 | 2A | 107 | 18 | 2F |
| Octal | 160 | 132 | 224 | 30 | 47 | 0 | 52 | 407 | 30 | 57 |
| Binary | 1110000 | 1011010 | 10010100 | 11000 | 100111 | 0 | 101010 | 100000111 | 11000 | 101111 |
Color Harmonies of #705A94
Complementary color
Monochromatic Colors of #705A94
Black with #705A94
Text Example
Text Example
White with #705A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A94; }
p { color: rgb(112,90,148); }
H1.HeaderClassName
{
color: #705A94;
}
.AnyTagClassName
{
color: #705A94;
}
</style>
background-color css
<style>
a { background-color: #705A94; }
a { background-color: rgb(112,90,148); }
div.DivClassName
{
background-color: #705A94;
}
.BgClassName
{
background-color: #705A94;
}
</style>
border-color css
<style>
span { border-color: #705A94; }
span { border-color: rgb(112,90,148); }
td.TdClassName
{
border-color: #705A94;
}
.TagClassName
{
border-color: #705A94;
}
</style>