Shades of Butterfly Bush #725C8D
Tints of Butterfly Bush #725C8D
RGB
CMYK
RGB Variations
Color information
#725C8D (or 0x725C8D) is known color: Butterfly Bush. HEX triplet: 72, 5C and 8D. RGB value is (114,92,141). Sum of RGB (Red+Green+Blue) = 114+92+141=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #725C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C8D is #8DA372. Grayscale: #676767. Windows color (decimal): -9282419 or 9264242. OLE color: 9264242.
HSL color Cylindrical-coordinate representation of color #725C8D: hue angle of 266.94º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #725C8D is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 92 | 141 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.45 |
| HSL | 266.94º | 0.21% | 0.46% | - |
| HSV(B) | 266.94º | 0.35% | 0.55% | - |
| XYZ | 15.57 | 13.15 | 26.92 | - |
| YUV | 104.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 141 | 0.19 | 0.35 | 0 | 0.45 | 266.94 | 0.21 | 0.46 |
| Hex | 72 | 5C | 8D | 13 | 23 | 0 | 2D | 10B | 15 | 2E |
| Octal | 162 | 134 | 215 | 23 | 43 | 0 | 55 | 413 | 25 | 56 |
| Binary | 1110010 | 1011100 | 10001101 | 10011 | 100011 | 0 | 101101 | 100001011 | 10101 | 101110 |
Color Harmonies of #725C8D
Complementary color
Monochromatic Colors of #725C8D
Black with #725C8D
Text Example
Text Example
White with #725C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C8D; }
p { color: rgb(114,92,141); }
H1.HeaderClassName
{
color: #725C8D;
}
.AnyTagClassName
{
color: #725C8D;
}
</style>
background-color css
<style>
a { background-color: #725C8D; }
a { background-color: rgb(114,92,141); }
div.DivClassName
{
background-color: #725C8D;
}
.BgClassName
{
background-color: #725C8D;
}
</style>
border-color css
<style>
span { border-color: #725C8D; }
span { border-color: rgb(114,92,141); }
td.TdClassName
{
border-color: #725C8D;
}
.TagClassName
{
border-color: #725C8D;
}
</style>