Shades of Butterfly Bush #725B90
Tints of Butterfly Bush #725B90
RGB
CMYK
RGB Variations
Color information
#725B90 (or 0x725B90) is known color: Butterfly Bush. HEX triplet: 72, 5B and 90. RGB value is (114,91,144). Sum of RGB (Red+Green+Blue) = 114+91+144=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #725B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725B90 is #8DA46F. Grayscale: #676767. Windows color (decimal): -9282672 or 9460594. OLE color: 9460594.
HSL color Cylindrical-coordinate representation of color #725B90: hue angle of 266.04º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725B90 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 91 | 144 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.44 |
| HSL | 266.04º | 0.23% | 0.46% | - |
| HSV(B) | 266.04º | 0.37% | 0.56% | - |
| XYZ | 15.71 | 13.07 | 28.08 | - |
| YUV | 103.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 144 | 0.21 | 0.37 | 0 | 0.44 | 266.04 | 0.23 | 0.46 |
| Hex | 72 | 5B | 90 | 15 | 25 | 0 | 2C | 10A | 17 | 2E |
| Octal | 162 | 133 | 220 | 25 | 45 | 0 | 54 | 412 | 27 | 56 |
| Binary | 1110010 | 1011011 | 10010000 | 10101 | 100101 | 0 | 101100 | 100001010 | 10111 | 101110 |
Color Harmonies of #725B90
Complementary color
Monochromatic Colors of #725B90
Black with #725B90
Text Example
Text Example
White with #725B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B90; }
p { color: rgb(114,91,144); }
H1.HeaderClassName
{
color: #725B90;
}
.AnyTagClassName
{
color: #725B90;
}
</style>
background-color css
<style>
a { background-color: #725B90; }
a { background-color: rgb(114,91,144); }
div.DivClassName
{
background-color: #725B90;
}
.BgClassName
{
background-color: #725B90;
}
</style>
border-color css
<style>
span { border-color: #725B90; }
span { border-color: rgb(114,91,144); }
td.TdClassName
{
border-color: #725B90;
}
.TagClassName
{
border-color: #725B90;
}
</style>