Shades of Butterfly Bush #735D94
Tints of Butterfly Bush #735D94
RGB
CMYK
RGB Variations
Color information
#735D94 (or 0x735D94) is known color: Butterfly Bush. HEX triplet: 73, 5D and 94. RGB value is (115,93,148). Sum of RGB (Red+Green+Blue) = 115+93+148=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #735D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D94 is #8CA26B. Grayscale: #696969. Windows color (decimal): -9216620 or 9723251. OLE color: 9723251.
HSL color Cylindrical-coordinate representation of color #735D94: hue angle of 264º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #735D94 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 93 | 148 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.42 |
| HSL | 264º | 0.23% | 0.47% | - |
| HSV(B) | 264º | 0.37% | 0.58% | - |
| XYZ | 16.33 | 13.61 | 29.78 | - |
| YUV | 105.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 148 | 0.22 | 0.37 | 0 | 0.42 | 264 | 0.23 | 0.47 |
| Hex | 73 | 5D | 94 | 16 | 25 | 0 | 2A | 108 | 17 | 2F |
| Octal | 163 | 135 | 224 | 26 | 45 | 0 | 52 | 410 | 27 | 57 |
| Binary | 1110011 | 1011101 | 10010100 | 10110 | 100101 | 0 | 101010 | 100001000 | 10111 | 101111 |
Color Harmonies of #735D94
Complementary color
Monochromatic Colors of #735D94
Black with #735D94
Text Example
Text Example
White with #735D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D94; }
p { color: rgb(115,93,148); }
H1.HeaderClassName
{
color: #735D94;
}
.AnyTagClassName
{
color: #735D94;
}
</style>
background-color css
<style>
a { background-color: #735D94; }
a { background-color: rgb(115,93,148); }
div.DivClassName
{
background-color: #735D94;
}
.BgClassName
{
background-color: #735D94;
}
</style>
border-color css
<style>
span { border-color: #735D94; }
span { border-color: rgb(115,93,148); }
td.TdClassName
{
border-color: #735D94;
}
.TagClassName
{
border-color: #735D94;
}
</style>