Shades of Butterfly Bush #735D8F
Tints of Butterfly Bush #735D8F
RGB
CMYK
RGB Variations
Color information
#735D8F (or 0x735D8F) is known color: Butterfly Bush. HEX triplet: 73, 5D and 8F. RGB value is (115,93,143). Sum of RGB (Red+Green+Blue) = 115+93+143=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #735D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D8F is #8CA270. Grayscale: #696969. Windows color (decimal): -9216625 or 9395571. OLE color: 9395571.
HSL color Cylindrical-coordinate representation of color #735D8F: hue angle of 266.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735D8F is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 93 | 143 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.44 |
| HSL | 266.4º | 0.21% | 0.46% | - |
| HSV(B) | 266.4º | 0.35% | 0.56% | - |
| XYZ | 15.94 | 13.46 | 27.74 | - |
| YUV | 105.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 143 | 0.20 | 0.35 | 0 | 0.44 | 266.4 | 0.21 | 0.46 |
| Hex | 73 | 5D | 8F | 14 | 23 | 0 | 2C | 10A | 15 | 2E |
| Octal | 163 | 135 | 217 | 24 | 43 | 0 | 54 | 412 | 25 | 56 |
| Binary | 1110011 | 1011101 | 10001111 | 10100 | 100011 | 0 | 101100 | 100001010 | 10101 | 101110 |
Color Harmonies of #735D8F
Complementary color
Monochromatic Colors of #735D8F
Black with #735D8F
Text Example
Text Example
White with #735D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D8F; }
p { color: rgb(115,93,143); }
H1.HeaderClassName
{
color: #735D8F;
}
.AnyTagClassName
{
color: #735D8F;
}
</style>
background-color css
<style>
a { background-color: #735D8F; }
a { background-color: rgb(115,93,143); }
div.DivClassName
{
background-color: #735D8F;
}
.BgClassName
{
background-color: #735D8F;
}
</style>
border-color css
<style>
span { border-color: #735D8F; }
span { border-color: rgb(115,93,143); }
td.TdClassName
{
border-color: #735D8F;
}
.TagClassName
{
border-color: #735D8F;
}
</style>