Shades of Butterfly Bush #735D8A
Tints of Butterfly Bush #735D8A
RGB
CMYK
RGB Variations
Color information
#735D8A (or 0x735D8A) is known color: Butterfly Bush. HEX triplet: 73, 5D and 8A. RGB value is (115,93,138). Sum of RGB (Red+Green+Blue) = 115+93+138=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #735D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D8A is #8CA275. Grayscale: #686868. Windows color (decimal): -9216630 or 9067891. OLE color: 9067891.
HSL color Cylindrical-coordinate representation of color #735D8A: hue angle of 269.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #735D8A is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 93 | 138 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.46 |
| HSL | 269.33º | 0.19% | 0.45% | - |
| HSV(B) | 269.33º | 0.33% | 0.54% | - |
| XYZ | 15.57 | 13.31 | 25.79 | - |
| YUV | 104.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 138 | 0.17 | 0.33 | 0 | 0.46 | 269.33 | 0.19 | 0.45 |
| Hex | 73 | 5D | 8A | 11 | 21 | 0 | 2E | 10D | 13 | 2D |
| Octal | 163 | 135 | 212 | 21 | 41 | 0 | 56 | 415 | 23 | 55 |
| Binary | 1110011 | 1011101 | 10001010 | 10001 | 100001 | 0 | 101110 | 100001101 | 10011 | 101101 |
Color Harmonies of #735D8A
Complementary color
Monochromatic Colors of #735D8A
Black with #735D8A
Text Example
Text Example
White with #735D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D8A; }
p { color: rgb(115,93,138); }
H1.HeaderClassName
{
color: #735D8A;
}
.AnyTagClassName
{
color: #735D8A;
}
</style>
background-color css
<style>
a { background-color: #735D8A; }
a { background-color: rgb(115,93,138); }
div.DivClassName
{
background-color: #735D8A;
}
.BgClassName
{
background-color: #735D8A;
}
</style>
border-color css
<style>
span { border-color: #735D8A; }
span { border-color: rgb(115,93,138); }
td.TdClassName
{
border-color: #735D8A;
}
.TagClassName
{
border-color: #735D8A;
}
</style>