Shades of Butterfly Bush #70588B
Tints of Butterfly Bush #70588B
RGB
CMYK
RGB Variations
Color information
#70588B (or 0x70588B) is known color: Butterfly Bush. HEX triplet: 70, 58 and 8B. RGB value is (112,88,139). Sum of RGB (Red+Green+Blue) = 112+88+139=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #70588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70588B is #8FA774. Grayscale: #646464. Windows color (decimal): -9414517 or 9132144. OLE color: 9132144.
HSL color Cylindrical-coordinate representation of color #70588B: hue angle of 268.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70588B is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 88 | 139 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.45 |
| HSL | 268.24º | 0.22% | 0.45% | - |
| HSV(B) | 268.24º | 0.37% | 0.55% | - |
| XYZ | 14.83 | 12.29 | 26.02 | - |
| YUV | 100.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 139 | 0.19 | 0.37 | 0 | 0.45 | 268.24 | 0.22 | 0.45 |
| Hex | 70 | 58 | 8B | 13 | 25 | 0 | 2D | 10C | 16 | 2D |
| Octal | 160 | 130 | 213 | 23 | 45 | 0 | 55 | 414 | 26 | 55 |
| Binary | 1110000 | 1011000 | 10001011 | 10011 | 100101 | 0 | 101101 | 100001100 | 10110 | 101101 |
Color Harmonies of #70588B
Complementary color
Monochromatic Colors of #70588B
Black with #70588B
Text Example
Text Example
White with #70588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70588B; }
p { color: rgb(112,88,139); }
H1.HeaderClassName
{
color: #70588B;
}
.AnyTagClassName
{
color: #70588B;
}
</style>
background-color css
<style>
a { background-color: #70588B; }
a { background-color: rgb(112,88,139); }
div.DivClassName
{
background-color: #70588B;
}
.BgClassName
{
background-color: #70588B;
}
</style>
border-color css
<style>
span { border-color: #70588B; }
span { border-color: rgb(112,88,139); }
td.TdClassName
{
border-color: #70588B;
}
.TagClassName
{
border-color: #70588B;
}
</style>