Shades of Butterfly Bush #735F8D
Tints of Butterfly Bush #735F8D
RGB
CMYK
RGB Variations
Color information
#735F8D (or 0x735F8D) is known color: Butterfly Bush. HEX triplet: 73, 5F and 8D. RGB value is (115,95,141). Sum of RGB (Red+Green+Blue) = 115+95+141=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #735F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F8D is #8CA072. Grayscale: #6A6A6A. Windows color (decimal): -9216115 or 9265011. OLE color: 9265011.
HSL color Cylindrical-coordinate representation of color #735F8D: hue angle of 266.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #735F8D is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 95 | 141 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.45 |
| HSL | 266.09º | 0.19% | 0.46% | - |
| HSV(B) | 266.09º | 0.33% | 0.55% | - |
| XYZ | 15.97 | 13.75 | 27.01 | - |
| YUV | 106.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 141 | 0.18 | 0.33 | 0 | 0.45 | 266.09 | 0.19 | 0.46 |
| Hex | 73 | 5F | 8D | 12 | 21 | 0 | 2D | 10A | 13 | 2E |
| Octal | 163 | 137 | 215 | 22 | 41 | 0 | 55 | 412 | 23 | 56 |
| Binary | 1110011 | 1011111 | 10001101 | 10010 | 100001 | 0 | 101101 | 100001010 | 10011 | 101110 |
Color Harmonies of #735F8D
Complementary color
Monochromatic Colors of #735F8D
Black with #735F8D
Text Example
Text Example
White with #735F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F8D; }
p { color: rgb(115,95,141); }
H1.HeaderClassName
{
color: #735F8D;
}
.AnyTagClassName
{
color: #735F8D;
}
</style>
background-color css
<style>
a { background-color: #735F8D; }
a { background-color: rgb(115,95,141); }
div.DivClassName
{
background-color: #735F8D;
}
.BgClassName
{
background-color: #735F8D;
}
</style>
border-color css
<style>
span { border-color: #735F8D; }
span { border-color: rgb(115,95,141); }
td.TdClassName
{
border-color: #735F8D;
}
.TagClassName
{
border-color: #735F8D;
}
</style>