Shades of Butterfly Bush #715D8C
Tints of Butterfly Bush #715D8C
RGB
CMYK
RGB Variations
Color information
#715D8C (or 0x715D8C) is known color: Butterfly Bush. HEX triplet: 71, 5D and 8C. RGB value is (113,93,140). Sum of RGB (Red+Green+Blue) = 113+93+140=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #715D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D8C is #8EA273. Grayscale: #686868. Windows color (decimal): -9347700 or 9198961. OLE color: 9198961.
HSL color Cylindrical-coordinate representation of color #715D8C: hue angle of 265.53º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715D8C is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 93 | 140 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.45 |
| HSL | 265.53º | 0.2% | 0.46% | - |
| HSV(B) | 265.53º | 0.34% | 0.55% | - |
| XYZ | 15.46 | 13.23 | 26.55 | - |
| YUV | 104.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 140 | 0.19 | 0.34 | 0 | 0.45 | 265.53 | 0.2 | 0.46 |
| Hex | 71 | 5D | 8C | 13 | 22 | 0 | 2D | 10A | 14 | 2E |
| Octal | 161 | 135 | 214 | 23 | 42 | 0 | 55 | 412 | 24 | 56 |
| Binary | 1110001 | 1011101 | 10001100 | 10011 | 100010 | 0 | 101101 | 100001010 | 10100 | 101110 |
Color Harmonies of #715D8C
Complementary color
Monochromatic Colors of #715D8C
Black with #715D8C
Text Example
Text Example
White with #715D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D8C; }
p { color: rgb(113,93,140); }
H1.HeaderClassName
{
color: #715D8C;
}
.AnyTagClassName
{
color: #715D8C;
}
</style>
background-color css
<style>
a { background-color: #715D8C; }
a { background-color: rgb(113,93,140); }
div.DivClassName
{
background-color: #715D8C;
}
.BgClassName
{
background-color: #715D8C;
}
</style>
border-color css
<style>
span { border-color: #715D8C; }
span { border-color: rgb(113,93,140); }
td.TdClassName
{
border-color: #715D8C;
}
.TagClassName
{
border-color: #715D8C;
}
</style>