Shades of Butterfly Bush #715C97
Tints of Butterfly Bush #715C97
RGB
CMYK
RGB Variations
Color information
#715C97 (or 0x715C97) is known color: Butterfly Bush. HEX triplet: 71, 5C and 97. RGB value is (113,92,151). Sum of RGB (Red+Green+Blue) = 113+92+151=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #715C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C97 is #8EA368. Grayscale: #686868. Windows color (decimal): -9347945 or 9919601. OLE color: 9919601.
HSL color Cylindrical-coordinate representation of color #715C97: hue angle of 261.36º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715C97 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 92 | 151 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.41 |
| HSL | 261.36º | 0.24% | 0.48% | - |
| HSV(B) | 261.36º | 0.39% | 0.59% | - |
| XYZ | 16.22 | 13.4 | 31.01 | - |
| YUV | 105.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 151 | 0.25 | 0.39 | 0 | 0.41 | 261.36 | 0.24 | 0.48 |
| Hex | 71 | 5C | 97 | 19 | 27 | 0 | 29 | 105 | 18 | 30 |
| Octal | 161 | 134 | 227 | 31 | 47 | 0 | 51 | 405 | 30 | 60 |
| Binary | 1110001 | 1011100 | 10010111 | 11001 | 100111 | 0 | 101001 | 100000101 | 11000 | 110000 |
Color Harmonies of #715C97
Complementary color
Monochromatic Colors of #715C97
Black with #715C97
Text Example
Text Example
White with #715C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C97; }
p { color: rgb(113,92,151); }
H1.HeaderClassName
{
color: #715C97;
}
.AnyTagClassName
{
color: #715C97;
}
</style>
background-color css
<style>
a { background-color: #715C97; }
a { background-color: rgb(113,92,151); }
div.DivClassName
{
background-color: #715C97;
}
.BgClassName
{
background-color: #715C97;
}
</style>
border-color css
<style>
span { border-color: #715C97; }
span { border-color: rgb(113,92,151); }
td.TdClassName
{
border-color: #715C97;
}
.TagClassName
{
border-color: #715C97;
}
</style>