Shades of Butterfly Bush #715A8F
Tints of Butterfly Bush #715A8F
RGB
CMYK
RGB Variations
Color information
#715A8F (or 0x715A8F) is known color: Butterfly Bush. HEX triplet: 71, 5A and 8F. RGB value is (113,90,143). Sum of RGB (Red+Green+Blue) = 113+90+143=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #715A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A8F is #8EA570. Grayscale: #666666. Windows color (decimal): -9348465 or 9394801. OLE color: 9394801.
HSL color Cylindrical-coordinate representation of color #715A8F: hue angle of 266.04º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715A8F is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 90 | 143 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.44 |
| HSL | 266.04º | 0.23% | 0.46% | - |
| HSV(B) | 266.04º | 0.37% | 0.56% | - |
| XYZ | 15.42 | 12.81 | 27.65 | - |
| YUV | 102.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 143 | 0.21 | 0.37 | 0 | 0.44 | 266.04 | 0.23 | 0.46 |
| Hex | 71 | 5A | 8F | 15 | 25 | 0 | 2C | 10A | 17 | 2E |
| Octal | 161 | 132 | 217 | 25 | 45 | 0 | 54 | 412 | 27 | 56 |
| Binary | 1110001 | 1011010 | 10001111 | 10101 | 100101 | 0 | 101100 | 100001010 | 10111 | 101110 |
Color Harmonies of #715A8F
Complementary color
Monochromatic Colors of #715A8F
Black with #715A8F
Text Example
Text Example
White with #715A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A8F; }
p { color: rgb(113,90,143); }
H1.HeaderClassName
{
color: #715A8F;
}
.AnyTagClassName
{
color: #715A8F;
}
</style>
background-color css
<style>
a { background-color: #715A8F; }
a { background-color: rgb(113,90,143); }
div.DivClassName
{
background-color: #715A8F;
}
.BgClassName
{
background-color: #715A8F;
}
</style>
border-color css
<style>
span { border-color: #715A8F; }
span { border-color: rgb(113,90,143); }
td.TdClassName
{
border-color: #715A8F;
}
.TagClassName
{
border-color: #715A8F;
}
</style>