Shades of Butterfly Bush #735C8C
Tints of Butterfly Bush #735C8C
RGB
CMYK
RGB Variations
Color information
#735C8C (or 0x735C8C) is known color: Butterfly Bush. HEX triplet: 73, 5C and 8C. RGB value is (115,92,140). Sum of RGB (Red+Green+Blue) = 115+92+140=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #735C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C8C is #8CA373. Grayscale: #686868. Windows color (decimal): -9216884 or 9198707. OLE color: 9198707.
HSL color Cylindrical-coordinate representation of color #735C8C: hue angle of 268.75º degrees, saturation: 0.21, 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 #735C8C is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 92 | 140 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.45 |
| HSL | 268.75º | 0.21% | 0.45% | - |
| HSV(B) | 268.75º | 0.34% | 0.55% | - |
| XYZ | 15.63 | 13.19 | 26.53 | - |
| YUV | 104.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 140 | 0.18 | 0.34 | 0 | 0.45 | 268.75 | 0.21 | 0.45 |
| Hex | 73 | 5C | 8C | 12 | 22 | 0 | 2D | 10D | 15 | 2D |
| Octal | 163 | 134 | 214 | 22 | 42 | 0 | 55 | 415 | 25 | 55 |
| Binary | 1110011 | 1011100 | 10001100 | 10010 | 100010 | 0 | 101101 | 100001101 | 10101 | 101101 |
Color Harmonies of #735C8C
Complementary color
Monochromatic Colors of #735C8C
Black with #735C8C
Text Example
Text Example
White with #735C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C8C; }
p { color: rgb(115,92,140); }
H1.HeaderClassName
{
color: #735C8C;
}
.AnyTagClassName
{
color: #735C8C;
}
</style>
background-color css
<style>
a { background-color: #735C8C; }
a { background-color: rgb(115,92,140); }
div.DivClassName
{
background-color: #735C8C;
}
.BgClassName
{
background-color: #735C8C;
}
</style>
border-color css
<style>
span { border-color: #735C8C; }
span { border-color: rgb(115,92,140); }
td.TdClassName
{
border-color: #735C8C;
}
.TagClassName
{
border-color: #735C8C;
}
</style>