Shades of Butterfly Bush #735C8B
Tints of Butterfly Bush #735C8B
RGB
CMYK
RGB Variations
Color information
#735C8B (or 0x735C8B) is known color: Butterfly Bush. HEX triplet: 73, 5C and 8B. RGB value is (115,92,139). Sum of RGB (Red+Green+Blue) = 115+92+139=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #735C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C8B is #8CA374. Grayscale: #686868. Windows color (decimal): -9216885 or 9133171. OLE color: 9133171.
HSL color Cylindrical-coordinate representation of color #735C8B: hue angle of 269.36º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735C8B is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 92 | 139 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.45 |
| HSL | 269.36º | 0.2% | 0.45% | - |
| HSV(B) | 269.36º | 0.34% | 0.55% | - |
| XYZ | 15.56 | 13.16 | 26.15 | - |
| YUV | 104.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 139 | 0.17 | 0.34 | 0 | 0.45 | 269.36 | 0.2 | 0.45 |
| Hex | 73 | 5C | 8B | 11 | 22 | 0 | 2D | 10D | 14 | 2D |
| Octal | 163 | 134 | 213 | 21 | 42 | 0 | 55 | 415 | 24 | 55 |
| Binary | 1110011 | 1011100 | 10001011 | 10001 | 100010 | 0 | 101101 | 100001101 | 10100 | 101101 |
Color Harmonies of #735C8B
Complementary color
Monochromatic Colors of #735C8B
Black with #735C8B
Text Example
Text Example
White with #735C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C8B; }
p { color: rgb(115,92,139); }
H1.HeaderClassName
{
color: #735C8B;
}
.AnyTagClassName
{
color: #735C8B;
}
</style>
background-color css
<style>
a { background-color: #735C8B; }
a { background-color: rgb(115,92,139); }
div.DivClassName
{
background-color: #735C8B;
}
.BgClassName
{
background-color: #735C8B;
}
</style>
border-color css
<style>
span { border-color: #735C8B; }
span { border-color: rgb(115,92,139); }
td.TdClassName
{
border-color: #735C8B;
}
.TagClassName
{
border-color: #735C8B;
}
</style>