Shades of Butterfly Bush #73598D
Tints of Butterfly Bush #73598D
RGB
CMYK
RGB Variations
Color information
#73598D (or 0x73598D) is known color: Butterfly Bush. HEX triplet: 73, 59 and 8D. RGB value is (115,89,141). Sum of RGB (Red+Green+Blue) = 115+89+141=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #73598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73598D is #8CA672. Grayscale: #666666. Windows color (decimal): -9217651 or 9263475. OLE color: 9263475.
HSL color Cylindrical-coordinate representation of color #73598D: hue angle of 270º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73598D is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 89 | 141 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.45 |
| HSL | 270º | 0.23% | 0.45% | - |
| HSV(B) | 270º | 0.37% | 0.55% | - |
| XYZ | 15.45 | 12.71 | 26.84 | - |
| YUV | 102.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 141 | 0.18 | 0.37 | 0 | 0.45 | 270 | 0.23 | 0.45 |
| Hex | 73 | 59 | 8D | 12 | 25 | 0 | 2D | 10E | 17 | 2D |
| Octal | 163 | 131 | 215 | 22 | 45 | 0 | 55 | 416 | 27 | 55 |
| Binary | 1110011 | 1011001 | 10001101 | 10010 | 100101 | 0 | 101101 | 100001110 | 10111 | 101101 |
Color Harmonies of #73598D
Complementary color
Monochromatic Colors of #73598D
Black with #73598D
Text Example
Text Example
White with #73598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73598D; }
p { color: rgb(115,89,141); }
H1.HeaderClassName
{
color: #73598D;
}
.AnyTagClassName
{
color: #73598D;
}
</style>
background-color css
<style>
a { background-color: #73598D; }
a { background-color: rgb(115,89,141); }
div.DivClassName
{
background-color: #73598D;
}
.BgClassName
{
background-color: #73598D;
}
</style>
border-color css
<style>
span { border-color: #73598D; }
span { border-color: rgb(115,89,141); }
td.TdClassName
{
border-color: #73598D;
}
.TagClassName
{
border-color: #73598D;
}
</style>