Shades of Butterfly Bush #715B8C
Tints of Butterfly Bush #715B8C
RGB
CMYK
RGB Variations
Color information
#715B8C (or 0x715B8C) is known color: Butterfly Bush. HEX triplet: 71, 5B and 8C. RGB value is (113,91,140). Sum of RGB (Red+Green+Blue) = 113+91+140=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #715B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B8C is #8EA473. Grayscale: #666666. Windows color (decimal): -9348212 or 9198449. OLE color: 9198449.
HSL color Cylindrical-coordinate representation of color #715B8C: hue angle of 266.94º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715B8C is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 91 | 140 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.45 |
| HSL | 266.94º | 0.21% | 0.45% | - |
| HSV(B) | 266.94º | 0.35% | 0.55% | - |
| XYZ | 15.28 | 12.89 | 26.49 | - |
| YUV | 103.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 140 | 0.19 | 0.35 | 0 | 0.45 | 266.94 | 0.21 | 0.45 |
| Hex | 71 | 5B | 8C | 13 | 23 | 0 | 2D | 10B | 15 | 2D |
| Octal | 161 | 133 | 214 | 23 | 43 | 0 | 55 | 413 | 25 | 55 |
| Binary | 1110001 | 1011011 | 10001100 | 10011 | 100011 | 0 | 101101 | 100001011 | 10101 | 101101 |
Color Harmonies of #715B8C
Complementary color
Monochromatic Colors of #715B8C
Black with #715B8C
Text Example
Text Example
White with #715B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B8C; }
p { color: rgb(113,91,140); }
H1.HeaderClassName
{
color: #715B8C;
}
.AnyTagClassName
{
color: #715B8C;
}
</style>
background-color css
<style>
a { background-color: #715B8C; }
a { background-color: rgb(113,91,140); }
div.DivClassName
{
background-color: #715B8C;
}
.BgClassName
{
background-color: #715B8C;
}
</style>
border-color css
<style>
span { border-color: #715B8C; }
span { border-color: rgb(113,91,140); }
td.TdClassName
{
border-color: #715B8C;
}
.TagClassName
{
border-color: #715B8C;
}
</style>