Shades of Butterfly Bush #70588C
Tints of Butterfly Bush #70588C
RGB
CMYK
RGB Variations
Color information
#70588C (or 0x70588C) is known color: Butterfly Bush. HEX triplet: 70, 58 and 8C. RGB value is (112,88,140). Sum of RGB (Red+Green+Blue) = 112+88+140=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #70588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70588C is #8FA773. Grayscale: #646464. Windows color (decimal): -9414516 or 9197680. OLE color: 9197680.
HSL color Cylindrical-coordinate representation of color #70588C: hue angle of 267.69º degrees, saturation: 0.23, 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 #70588C is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 88 | 140 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.45 |
| HSL | 267.69º | 0.23% | 0.45% | - |
| HSV(B) | 267.69º | 0.37% | 0.55% | - |
| XYZ | 14.91 | 12.32 | 26.4 | - |
| YUV | 101.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 140 | 0.20 | 0.37 | 0 | 0.45 | 267.69 | 0.23 | 0.45 |
| Hex | 70 | 58 | 8C | 14 | 25 | 0 | 2D | 10C | 17 | 2D |
| Octal | 160 | 130 | 214 | 24 | 45 | 0 | 55 | 414 | 27 | 55 |
| Binary | 1110000 | 1011000 | 10001100 | 10100 | 100101 | 0 | 101101 | 100001100 | 10111 | 101101 |
Color Harmonies of #70588C
Complementary color
Monochromatic Colors of #70588C
Black with #70588C
Text Example
Text Example
White with #70588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70588C; }
p { color: rgb(112,88,140); }
H1.HeaderClassName
{
color: #70588C;
}
.AnyTagClassName
{
color: #70588C;
}
</style>
background-color css
<style>
a { background-color: #70588C; }
a { background-color: rgb(112,88,140); }
div.DivClassName
{
background-color: #70588C;
}
.BgClassName
{
background-color: #70588C;
}
</style>
border-color css
<style>
span { border-color: #70588C; }
span { border-color: rgb(112,88,140); }
td.TdClassName
{
border-color: #70588C;
}
.TagClassName
{
border-color: #70588C;
}
</style>