Shades of Butterfly Bush #725C92
Tints of Butterfly Bush #725C92
RGB
CMYK
RGB Variations
Color information
#725C92 (or 0x725C92) is known color: Butterfly Bush. HEX triplet: 72, 5C and 92. RGB value is (114,92,146). Sum of RGB (Red+Green+Blue) = 114+92+146=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #725C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C92 is #8DA36D. Grayscale: #686868. Windows color (decimal): -9282414 or 9591922. OLE color: 9591922.
HSL color Cylindrical-coordinate representation of color #725C92: hue angle of 264.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725C92 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 92 | 146 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.43 |
| HSL | 264.44º | 0.23% | 0.47% | - |
| HSV(B) | 264.44º | 0.37% | 0.57% | - |
| XYZ | 15.95 | 13.31 | 28.92 | - |
| YUV | 104.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 146 | 0.22 | 0.37 | 0 | 0.43 | 264.44 | 0.23 | 0.47 |
| Hex | 72 | 5C | 92 | 16 | 25 | 0 | 2B | 108 | 17 | 2F |
| Octal | 162 | 134 | 222 | 26 | 45 | 0 | 53 | 410 | 27 | 57 |
| Binary | 1110010 | 1011100 | 10010010 | 10110 | 100101 | 0 | 101011 | 100001000 | 10111 | 101111 |
Color Harmonies of #725C92
Complementary color
Monochromatic Colors of #725C92
Black with #725C92
Text Example
Text Example
White with #725C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C92; }
p { color: rgb(114,92,146); }
H1.HeaderClassName
{
color: #725C92;
}
.AnyTagClassName
{
color: #725C92;
}
</style>
background-color css
<style>
a { background-color: #725C92; }
a { background-color: rgb(114,92,146); }
div.DivClassName
{
background-color: #725C92;
}
.BgClassName
{
background-color: #725C92;
}
</style>
border-color css
<style>
span { border-color: #725C92; }
span { border-color: rgb(114,92,146); }
td.TdClassName
{
border-color: #725C92;
}
.TagClassName
{
border-color: #725C92;
}
</style>