Shades of Butterfly Bush #71578C
Tints of Butterfly Bush #71578C
RGB
CMYK
RGB Variations
Color information
#71578C (or 0x71578C) is known color: Butterfly Bush. HEX triplet: 71, 57 and 8C. RGB value is (113,87,140). Sum of RGB (Red+Green+Blue) = 113+87+140=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 87 (34.38% from 255 or 25.59% 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 #71578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71578C is #8EA873. Grayscale: #646464. Windows color (decimal): -9349236 or 9197425. OLE color: 9197425.
HSL color Cylindrical-coordinate representation of color #71578C: hue angle of 269.43º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71578C is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 87 | 140 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.45 |
| HSL | 269.43º | 0.23% | 0.45% | - |
| HSV(B) | 269.43º | 0.38% | 0.55% | - |
| XYZ | 14.95 | 12.22 | 26.38 | - |
| YUV | 100.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 140 | 0.19 | 0.38 | 0 | 0.45 | 269.43 | 0.23 | 0.45 |
| Hex | 71 | 57 | 8C | 13 | 26 | 0 | 2D | 10D | 17 | 2D |
| Octal | 161 | 127 | 214 | 23 | 46 | 0 | 55 | 415 | 27 | 55 |
| Binary | 1110001 | 1010111 | 10001100 | 10011 | 100110 | 0 | 101101 | 100001101 | 10111 | 101101 |
Color Harmonies of #71578C
Complementary color
Monochromatic Colors of #71578C
Black with #71578C
Text Example
Text Example
White with #71578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71578C; }
p { color: rgb(113,87,140); }
H1.HeaderClassName
{
color: #71578C;
}
.AnyTagClassName
{
color: #71578C;
}
</style>
background-color css
<style>
a { background-color: #71578C; }
a { background-color: rgb(113,87,140); }
div.DivClassName
{
background-color: #71578C;
}
.BgClassName
{
background-color: #71578C;
}
</style>
border-color css
<style>
span { border-color: #71578C; }
span { border-color: rgb(113,87,140); }
td.TdClassName
{
border-color: #71578C;
}
.TagClassName
{
border-color: #71578C;
}
</style>