Shades of Butterfly Bush #70558C
Tints of Butterfly Bush #70558C
RGB
CMYK
RGB Variations
Color information
#70558C (or 0x70558C) is known color: Butterfly Bush. HEX triplet: 70, 55 and 8C. RGB value is (112,85,140). Sum of RGB (Red+Green+Blue) = 112+85+140=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #70558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70558C is #8FAA73. Grayscale: #636363. Windows color (decimal): -9415284 or 9196912. OLE color: 9196912.
HSL color Cylindrical-coordinate representation of color #70558C: hue angle of 269.45º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70558C is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 85 | 140 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.45 |
| HSL | 269.45º | 0.24% | 0.44% | - |
| HSV(B) | 269.45º | 0.39% | 0.55% | - |
| XYZ | 14.66 | 11.84 | 26.32 | - |
| YUV | 99.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 140 | 0.20 | 0.39 | 0 | 0.45 | 269.45 | 0.24 | 0.44 |
| Hex | 70 | 55 | 8C | 14 | 27 | 0 | 2D | 10D | 18 | 2C |
| Octal | 160 | 125 | 214 | 24 | 47 | 0 | 55 | 415 | 30 | 54 |
| Binary | 1110000 | 1010101 | 10001100 | 10100 | 100111 | 0 | 101101 | 100001101 | 11000 | 101100 |
Color Harmonies of #70558C
Complementary color
Monochromatic Colors of #70558C
Black with #70558C
Text Example
Text Example
White with #70558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70558C; }
p { color: rgb(112,85,140); }
H1.HeaderClassName
{
color: #70558C;
}
.AnyTagClassName
{
color: #70558C;
}
</style>
background-color css
<style>
a { background-color: #70558C; }
a { background-color: rgb(112,85,140); }
div.DivClassName
{
background-color: #70558C;
}
.BgClassName
{
background-color: #70558C;
}
</style>
border-color css
<style>
span { border-color: #70558C; }
span { border-color: rgb(112,85,140); }
td.TdClassName
{
border-color: #70558C;
}
.TagClassName
{
border-color: #70558C;
}
</style>