Shades of Butterfly Bush #725A8D
Tints of Butterfly Bush #725A8D
RGB
CMYK
RGB Variations
Color information
#725A8D (or 0x725A8D) is known color: Butterfly Bush. HEX triplet: 72, 5A and 8D. RGB value is (114,90,141). Sum of RGB (Red+Green+Blue) = 114+90+141=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 90 (35.55% from 255 or 26.09% 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 #725A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725A8D is #8DA572. Grayscale: #666666. Windows color (decimal): -9282931 or 9263730. OLE color: 9263730.
HSL color Cylindrical-coordinate representation of color #725A8D: hue angle of 268.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #725A8D is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 90 | 141 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.45 |
| HSL | 268.24º | 0.22% | 0.45% | - |
| HSV(B) | 268.24º | 0.36% | 0.55% | - |
| XYZ | 15.4 | 12.81 | 26.86 | - |
| YUV | 102.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 141 | 0.19 | 0.36 | 0 | 0.45 | 268.24 | 0.22 | 0.45 |
| Hex | 72 | 5A | 8D | 13 | 24 | 0 | 2D | 10C | 16 | 2D |
| Octal | 162 | 132 | 215 | 23 | 44 | 0 | 55 | 414 | 26 | 55 |
| Binary | 1110010 | 1011010 | 10001101 | 10011 | 100100 | 0 | 101101 | 100001100 | 10110 | 101101 |
Color Harmonies of #725A8D
Complementary color
Monochromatic Colors of #725A8D
Black with #725A8D
Text Example
Text Example
White with #725A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A8D; }
p { color: rgb(114,90,141); }
H1.HeaderClassName
{
color: #725A8D;
}
.AnyTagClassName
{
color: #725A8D;
}
</style>
background-color css
<style>
a { background-color: #725A8D; }
a { background-color: rgb(114,90,141); }
div.DivClassName
{
background-color: #725A8D;
}
.BgClassName
{
background-color: #725A8D;
}
</style>
border-color css
<style>
span { border-color: #725A8D; }
span { border-color: rgb(114,90,141); }
td.TdClassName
{
border-color: #725A8D;
}
.TagClassName
{
border-color: #725A8D;
}
</style>