Shades of Butterfly Bush #725C8A
Tints of Butterfly Bush #725C8A
RGB
CMYK
RGB Variations
Color information
#725C8A (or 0x725C8A) is known color: Butterfly Bush. HEX triplet: 72, 5C and 8A. RGB value is (114,92,138). Sum of RGB (Red+Green+Blue) = 114+92+138=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #725C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C8A is #8DA375. Grayscale: #676767. Windows color (decimal): -9282422 or 9067634. OLE color: 9067634.
HSL color Cylindrical-coordinate representation of color #725C8A: hue angle of 268.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #725C8A is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 92 | 138 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.46 |
| HSL | 268.7º | 0.2% | 0.45% | - |
| HSV(B) | 268.7º | 0.33% | 0.54% | - |
| XYZ | 15.35 | 13.07 | 25.76 | - |
| YUV | 103.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 138 | 0.17 | 0.33 | 0 | 0.46 | 268.7 | 0.2 | 0.45 |
| Hex | 72 | 5C | 8A | 11 | 21 | 0 | 2E | 10D | 14 | 2D |
| Octal | 162 | 134 | 212 | 21 | 41 | 0 | 56 | 415 | 24 | 55 |
| Binary | 1110010 | 1011100 | 10001010 | 10001 | 100001 | 0 | 101110 | 100001101 | 10100 | 101101 |
Color Harmonies of #725C8A
Complementary color
Monochromatic Colors of #725C8A
Black with #725C8A
Text Example
Text Example
White with #725C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C8A; }
p { color: rgb(114,92,138); }
H1.HeaderClassName
{
color: #725C8A;
}
.AnyTagClassName
{
color: #725C8A;
}
</style>
background-color css
<style>
a { background-color: #725C8A; }
a { background-color: rgb(114,92,138); }
div.DivClassName
{
background-color: #725C8A;
}
.BgClassName
{
background-color: #725C8A;
}
</style>
border-color css
<style>
span { border-color: #725C8A; }
span { border-color: rgb(114,92,138); }
td.TdClassName
{
border-color: #725C8A;
}
.TagClassName
{
border-color: #725C8A;
}
</style>