Shades of Butterfly Bush #70599A
Tints of Butterfly Bush #70599A
RGB
CMYK
RGB Variations
Color information
#70599A (or 0x70599A) is known color: Butterfly Bush. HEX triplet: 70, 59 and 9A. RGB value is (112,89,154). Sum of RGB (Red+Green+Blue) = 112+89+154=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #70599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70599A is #8FA665. Grayscale: #676767. Windows color (decimal): -9414246 or 10115440. OLE color: 10115440.
HSL color Cylindrical-coordinate representation of color #70599A: hue angle of 261.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70599A is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 89 | 154 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.40 |
| HSL | 261.23º | 0.27% | 0.48% | - |
| HSV(B) | 261.23º | 0.42% | 0.6% | - |
| XYZ | 16.09 | 12.92 | 32.22 | - |
| YUV | 103.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 154 | 0.27 | 0.42 | 0 | 0.40 | 261.23 | 0.27 | 0.48 |
| Hex | 70 | 59 | 9A | 1B | 2A | 0 | 28 | 105 | 1B | 30 |
| Octal | 160 | 131 | 232 | 33 | 52 | 0 | 50 | 405 | 33 | 60 |
| Binary | 1110000 | 1011001 | 10011010 | 11011 | 101010 | 0 | 101000 | 100000101 | 11011 | 110000 |
Color Harmonies of #70599A
Complementary color
Monochromatic Colors of #70599A
Black with #70599A
Text Example
Text Example
White with #70599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70599A; }
p { color: rgb(112,89,154); }
H1.HeaderClassName
{
color: #70599A;
}
.AnyTagClassName
{
color: #70599A;
}
</style>
background-color css
<style>
a { background-color: #70599A; }
a { background-color: rgb(112,89,154); }
div.DivClassName
{
background-color: #70599A;
}
.BgClassName
{
background-color: #70599A;
}
</style>
border-color css
<style>
span { border-color: #70599A; }
span { border-color: rgb(112,89,154); }
td.TdClassName
{
border-color: #70599A;
}
.TagClassName
{
border-color: #70599A;
}
</style>