Shades of Butterfly Bush #735E94
Tints of Butterfly Bush #735E94
RGB
CMYK
RGB Variations
Color information
#735E94 (or 0x735E94) is known color: Butterfly Bush. HEX triplet: 73, 5E and 94. RGB value is (115,94,148). Sum of RGB (Red+Green+Blue) = 115+94+148=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #735E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735E94 is #8CA16B. Grayscale: #6A6A6A. Windows color (decimal): -9216364 or 9723507. OLE color: 9723507.
HSL color Cylindrical-coordinate representation of color #735E94: hue angle of 263.33º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #735E94 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 94 | 148 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.42 |
| HSL | 263.33º | 0.22% | 0.47% | - |
| HSV(B) | 263.33º | 0.36% | 0.58% | - |
| XYZ | 16.42 | 13.79 | 29.81 | - |
| YUV | 106.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 148 | 0.22 | 0.36 | 0 | 0.42 | 263.33 | 0.22 | 0.47 |
| Hex | 73 | 5E | 94 | 16 | 24 | 0 | 2A | 107 | 16 | 2F |
| Octal | 163 | 136 | 224 | 26 | 44 | 0 | 52 | 407 | 26 | 57 |
| Binary | 1110011 | 1011110 | 10010100 | 10110 | 100100 | 0 | 101010 | 100000111 | 10110 | 101111 |
Color Harmonies of #735E94
Complementary color
Monochromatic Colors of #735E94
Black with #735E94
Text Example
Text Example
White with #735E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E94; }
p { color: rgb(115,94,148); }
H1.HeaderClassName
{
color: #735E94;
}
.AnyTagClassName
{
color: #735E94;
}
</style>
background-color css
<style>
a { background-color: #735E94; }
a { background-color: rgb(115,94,148); }
div.DivClassName
{
background-color: #735E94;
}
.BgClassName
{
background-color: #735E94;
}
</style>
border-color css
<style>
span { border-color: #735E94; }
span { border-color: rgb(115,94,148); }
td.TdClassName
{
border-color: #735E94;
}
.TagClassName
{
border-color: #735E94;
}
</style>