Shades of Butterfly Bush #735F8B
Tints of Butterfly Bush #735F8B
RGB
CMYK
RGB Variations
Color information
#735F8B (or 0x735F8B) is known color: Butterfly Bush. HEX triplet: 73, 5F and 8B. RGB value is (115,95,139). Sum of RGB (Red+Green+Blue) = 115+95+139=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #735F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F8B is #8CA074. Grayscale: #696969. Windows color (decimal): -9216117 or 9133939. OLE color: 9133939.
HSL color Cylindrical-coordinate representation of color #735F8B: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735F8B is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 95 | 139 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.45 |
| HSL | 267.27º | 0.19% | 0.46% | - |
| HSV(B) | 267.27º | 0.32% | 0.55% | - |
| XYZ | 15.82 | 13.69 | 26.24 | - |
| YUV | 106 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 139 | 0.17 | 0.32 | 0 | 0.45 | 267.27 | 0.19 | 0.46 |
| Hex | 73 | 5F | 8B | 11 | 20 | 0 | 2D | 10B | 13 | 2E |
| Octal | 163 | 137 | 213 | 21 | 40 | 0 | 55 | 413 | 23 | 56 |
| Binary | 1110011 | 1011111 | 10001011 | 10001 | 100000 | 0 | 101101 | 100001011 | 10011 | 101110 |
Color Harmonies of #735F8B
Complementary color
Monochromatic Colors of #735F8B
Black with #735F8B
Text Example
Text Example
White with #735F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F8B; }
p { color: rgb(115,95,139); }
H1.HeaderClassName
{
color: #735F8B;
}
.AnyTagClassName
{
color: #735F8B;
}
</style>
background-color css
<style>
a { background-color: #735F8B; }
a { background-color: rgb(115,95,139); }
div.DivClassName
{
background-color: #735F8B;
}
.BgClassName
{
background-color: #735F8B;
}
</style>
border-color css
<style>
span { border-color: #735F8B; }
span { border-color: rgb(115,95,139); }
td.TdClassName
{
border-color: #735F8B;
}
.TagClassName
{
border-color: #735F8B;
}
</style>