Shades of Butterfly Bush #70578F
Tints of Butterfly Bush #70578F
RGB
CMYK
RGB Variations
Color information
#70578F (or 0x70578F) is known color: Butterfly Bush. HEX triplet: 70, 57 and 8F. RGB value is (112,87,143). Sum of RGB (Red+Green+Blue) = 112+87+143=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #70578F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70578F is #8FA870. Grayscale: #646464. Windows color (decimal): -9414769 or 9394032. OLE color: 9394032.
HSL color Cylindrical-coordinate representation of color #70578F: hue angle of 266.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70578F is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 87 | 143 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.44 |
| HSL | 266.79º | 0.24% | 0.45% | - |
| HSV(B) | 266.79º | 0.39% | 0.56% | - |
| XYZ | 15.05 | 12.24 | 27.56 | - |
| YUV | 100.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 143 | 0.22 | 0.39 | 0 | 0.44 | 266.79 | 0.24 | 0.45 |
| Hex | 70 | 57 | 8F | 16 | 27 | 0 | 2C | 10B | 18 | 2D |
| Octal | 160 | 127 | 217 | 26 | 47 | 0 | 54 | 413 | 30 | 55 |
| Binary | 1110000 | 1010111 | 10001111 | 10110 | 100111 | 0 | 101100 | 100001011 | 11000 | 101101 |
Color Harmonies of #70578F
Complementary color
Monochromatic Colors of #70578F
Black with #70578F
Text Example
Text Example
White with #70578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70578F; }
p { color: rgb(112,87,143); }
H1.HeaderClassName
{
color: #70578F;
}
.AnyTagClassName
{
color: #70578F;
}
</style>
background-color css
<style>
a { background-color: #70578F; }
a { background-color: rgb(112,87,143); }
div.DivClassName
{
background-color: #70578F;
}
.BgClassName
{
background-color: #70578F;
}
</style>
border-color css
<style>
span { border-color: #70578F; }
span { border-color: rgb(112,87,143); }
td.TdClassName
{
border-color: #70578F;
}
.TagClassName
{
border-color: #70578F;
}
</style>