Shades of Butterfly Bush #70558E
Tints of Butterfly Bush #70558E
RGB
CMYK
RGB Variations
Color information
#70558E (or 0x70558E) is known color: Butterfly Bush. HEX triplet: 70, 55 and 8E. RGB value is (112,85,142). Sum of RGB (Red+Green+Blue) = 112+85+142=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #70558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70558E is #8FAA71. Grayscale: #636363. Windows color (decimal): -9415282 or 9327984. OLE color: 9327984.
HSL color Cylindrical-coordinate representation of color #70558E: hue angle of 268.42º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70558E is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 85 | 142 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.44 |
| HSL | 268.42º | 0.25% | 0.45% | - |
| HSV(B) | 268.42º | 0.4% | 0.56% | - |
| XYZ | 14.81 | 11.89 | 27.11 | - |
| YUV | 99.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 142 | 0.21 | 0.40 | 0 | 0.44 | 268.42 | 0.25 | 0.45 |
| Hex | 70 | 55 | 8E | 15 | 28 | 0 | 2C | 10C | 19 | 2D |
| Octal | 160 | 125 | 216 | 25 | 50 | 0 | 54 | 414 | 31 | 55 |
| Binary | 1110000 | 1010101 | 10001110 | 10101 | 101000 | 0 | 101100 | 100001100 | 11001 | 101101 |
Color Harmonies of #70558E
Complementary color
Monochromatic Colors of #70558E
Black with #70558E
Text Example
Text Example
White with #70558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70558E; }
p { color: rgb(112,85,142); }
H1.HeaderClassName
{
color: #70558E;
}
.AnyTagClassName
{
color: #70558E;
}
</style>
background-color css
<style>
a { background-color: #70558E; }
a { background-color: rgb(112,85,142); }
div.DivClassName
{
background-color: #70558E;
}
.BgClassName
{
background-color: #70558E;
}
</style>
border-color css
<style>
span { border-color: #70558E; }
span { border-color: rgb(112,85,142); }
td.TdClassName
{
border-color: #70558E;
}
.TagClassName
{
border-color: #70558E;
}
</style>