Shades of Butterfly Bush #71588C
Tints of Butterfly Bush #71588C
RGB
CMYK
RGB Variations
Color information
#71588C (or 0x71588C) is known color: Butterfly Bush. HEX triplet: 71, 58 and 8C. RGB value is (113,88,140). Sum of RGB (Red+Green+Blue) = 113+88+140=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #71588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71588C is #8EA773. Grayscale: #656565. Windows color (decimal): -9348980 or 9197681. OLE color: 9197681.
HSL color Cylindrical-coordinate representation of color #71588C: hue angle of 268.85º 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 #71588C is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 88 | 140 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.45 |
| HSL | 268.85º | 0.23% | 0.45% | - |
| HSV(B) | 268.85º | 0.37% | 0.55% | - |
| XYZ | 15.03 | 12.38 | 26.41 | - |
| YUV | 101.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 140 | 0.19 | 0.37 | 0 | 0.45 | 268.85 | 0.23 | 0.45 |
| Hex | 71 | 58 | 8C | 13 | 25 | 0 | 2D | 10D | 17 | 2D |
| Octal | 161 | 130 | 214 | 23 | 45 | 0 | 55 | 415 | 27 | 55 |
| Binary | 1110001 | 1011000 | 10001100 | 10011 | 100101 | 0 | 101101 | 100001101 | 10111 | 101101 |
Color Harmonies of #71588C
Complementary color
Monochromatic Colors of #71588C
Black with #71588C
Text Example
Text Example
White with #71588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71588C; }
p { color: rgb(113,88,140); }
H1.HeaderClassName
{
color: #71588C;
}
.AnyTagClassName
{
color: #71588C;
}
</style>
background-color css
<style>
a { background-color: #71588C; }
a { background-color: rgb(113,88,140); }
div.DivClassName
{
background-color: #71588C;
}
.BgClassName
{
background-color: #71588C;
}
</style>
border-color css
<style>
span { border-color: #71588C; }
span { border-color: rgb(113,88,140); }
td.TdClassName
{
border-color: #71588C;
}
.TagClassName
{
border-color: #71588C;
}
</style>