Shades of Butterfly Bush #70528E
Tints of Butterfly Bush #70528E
RGB
CMYK
RGB Variations
Color information
#70528E (or 0x70528E) is known color: Butterfly Bush. HEX triplet: 70, 52 and 8E. RGB value is (112,82,142). Sum of RGB (Red+Green+Blue) = 112+82+142=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #70528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70528E is #8FAD71. Grayscale: #616161. Windows color (decimal): -9416050 or 9327216. OLE color: 9327216.
HSL color Cylindrical-coordinate representation of color #70528E: hue angle of 270º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70528E is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 82 | 142 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.44 |
| HSL | 270º | 0.27% | 0.44% | - |
| HSV(B) | 270º | 0.42% | 0.56% | - |
| XYZ | 14.58 | 11.43 | 27.03 | - |
| YUV | 97.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 142 | 0.21 | 0.42 | 0 | 0.44 | 270 | 0.27 | 0.44 |
| Hex | 70 | 52 | 8E | 15 | 2A | 0 | 2C | 10E | 1B | 2C |
| Octal | 160 | 122 | 216 | 25 | 52 | 0 | 54 | 416 | 33 | 54 |
| Binary | 1110000 | 1010010 | 10001110 | 10101 | 101010 | 0 | 101100 | 100001110 | 11011 | 101100 |
Color Harmonies of #70528E
Complementary color
Monochromatic Colors of #70528E
Black with #70528E
Text Example
Text Example
White with #70528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70528E; }
p { color: rgb(112,82,142); }
H1.HeaderClassName
{
color: #70528E;
}
.AnyTagClassName
{
color: #70528E;
}
</style>
background-color css
<style>
a { background-color: #70528E; }
a { background-color: rgb(112,82,142); }
div.DivClassName
{
background-color: #70528E;
}
.BgClassName
{
background-color: #70528E;
}
</style>
border-color css
<style>
span { border-color: #70528E; }
span { border-color: rgb(112,82,142); }
td.TdClassName
{
border-color: #70528E;
}
.TagClassName
{
border-color: #70528E;
}
</style>