Shades of Butterfly Bush #71568D
Tints of Butterfly Bush #71568D
RGB
CMYK
RGB Variations
Color information
#71568D (or 0x71568D) is known color: Butterfly Bush. HEX triplet: 71, 56 and 8D. RGB value is (113,86,141). Sum of RGB (Red+Green+Blue) = 113+86+141=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #71568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71568D is #8EA972. Grayscale: #646464. Windows color (decimal): -9349491 or 9262705. OLE color: 9262705.
HSL color Cylindrical-coordinate representation of color #71568D: hue angle of 269.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71568D is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 86 | 141 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.45 |
| HSL | 269.45º | 0.24% | 0.45% | - |
| HSV(B) | 269.45º | 0.39% | 0.55% | - |
| XYZ | 14.95 | 12.09 | 26.75 | - |
| YUV | 100.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 141 | 0.20 | 0.39 | 0 | 0.45 | 269.45 | 0.24 | 0.45 |
| Hex | 71 | 56 | 8D | 14 | 27 | 0 | 2D | 10D | 18 | 2D |
| Octal | 161 | 126 | 215 | 24 | 47 | 0 | 55 | 415 | 30 | 55 |
| Binary | 1110001 | 1010110 | 10001101 | 10100 | 100111 | 0 | 101101 | 100001101 | 11000 | 101101 |
Color Harmonies of #71568D
Complementary color
Monochromatic Colors of #71568D
Black with #71568D
Text Example
Text Example
White with #71568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71568D; }
p { color: rgb(113,86,141); }
H1.HeaderClassName
{
color: #71568D;
}
.AnyTagClassName
{
color: #71568D;
}
</style>
background-color css
<style>
a { background-color: #71568D; }
a { background-color: rgb(113,86,141); }
div.DivClassName
{
background-color: #71568D;
}
.BgClassName
{
background-color: #71568D;
}
</style>
border-color css
<style>
span { border-color: #71568D; }
span { border-color: rgb(113,86,141); }
td.TdClassName
{
border-color: #71568D;
}
.TagClassName
{
border-color: #71568D;
}
</style>