Shades of Butterfly Bush #725C8B
Tints of Butterfly Bush #725C8B
RGB
CMYK
RGB Variations
Color information
#725C8B (or 0x725C8B) is known color: Butterfly Bush. HEX triplet: 72, 5C and 8B. RGB value is (114,92,139). Sum of RGB (Red+Green+Blue) = 114+92+139=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #725C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C8B is #8DA374. Grayscale: #676767. Windows color (decimal): -9282421 or 9133170. OLE color: 9133170.
HSL color Cylindrical-coordinate representation of color #725C8B: hue angle of 268.09º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #725C8B is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 92 | 139 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.45 |
| HSL | 268.09º | 0.2% | 0.45% | - |
| HSV(B) | 268.09º | 0.34% | 0.55% | - |
| XYZ | 15.43 | 13.1 | 26.14 | - |
| YUV | 103.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 139 | 0.18 | 0.34 | 0 | 0.45 | 268.09 | 0.2 | 0.45 |
| Hex | 72 | 5C | 8B | 12 | 22 | 0 | 2D | 10C | 14 | 2D |
| Octal | 162 | 134 | 213 | 22 | 42 | 0 | 55 | 414 | 24 | 55 |
| Binary | 1110010 | 1011100 | 10001011 | 10010 | 100010 | 0 | 101101 | 100001100 | 10100 | 101101 |
Color Harmonies of #725C8B
Complementary color
Monochromatic Colors of #725C8B
Black with #725C8B
Text Example
Text Example
White with #725C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C8B; }
p { color: rgb(114,92,139); }
H1.HeaderClassName
{
color: #725C8B;
}
.AnyTagClassName
{
color: #725C8B;
}
</style>
background-color css
<style>
a { background-color: #725C8B; }
a { background-color: rgb(114,92,139); }
div.DivClassName
{
background-color: #725C8B;
}
.BgClassName
{
background-color: #725C8B;
}
</style>
border-color css
<style>
span { border-color: #725C8B; }
span { border-color: rgb(114,92,139); }
td.TdClassName
{
border-color: #725C8B;
}
.TagClassName
{
border-color: #725C8B;
}
</style>