Shades of Butterfly Bush #735E90
Tints of Butterfly Bush #735E90
RGB
CMYK
RGB Variations
Color information
#735E90 (or 0x735E90) is known color: Butterfly Bush. HEX triplet: 73, 5E and 90. RGB value is (115,94,144). Sum of RGB (Red+Green+Blue) = 115+94+144=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #735E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735E90 is #8CA16F. Grayscale: #696969. Windows color (decimal): -9216368 or 9461363. OLE color: 9461363.
HSL color Cylindrical-coordinate representation of color #735E90: hue angle of 265.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735E90 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 94 | 144 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.44 |
| HSL | 265.2º | 0.21% | 0.47% | - |
| HSV(B) | 265.2º | 0.35% | 0.56% | - |
| XYZ | 16.11 | 13.66 | 28.17 | - |
| YUV | 105.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 144 | 0.20 | 0.35 | 0 | 0.44 | 265.2 | 0.21 | 0.47 |
| Hex | 73 | 5E | 90 | 14 | 23 | 0 | 2C | 109 | 15 | 2F |
| Octal | 163 | 136 | 220 | 24 | 43 | 0 | 54 | 411 | 25 | 57 |
| Binary | 1110011 | 1011110 | 10010000 | 10100 | 100011 | 0 | 101100 | 100001001 | 10101 | 101111 |
Color Harmonies of #735E90
Complementary color
Monochromatic Colors of #735E90
Black with #735E90
Text Example
Text Example
White with #735E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E90; }
p { color: rgb(115,94,144); }
H1.HeaderClassName
{
color: #735E90;
}
.AnyTagClassName
{
color: #735E90;
}
</style>
background-color css
<style>
a { background-color: #735E90; }
a { background-color: rgb(115,94,144); }
div.DivClassName
{
background-color: #735E90;
}
.BgClassName
{
background-color: #735E90;
}
</style>
border-color css
<style>
span { border-color: #735E90; }
span { border-color: rgb(115,94,144); }
td.TdClassName
{
border-color: #735E90;
}
.TagClassName
{
border-color: #735E90;
}
</style>