Shades of Butterfly Bush #72598D
Tints of Butterfly Bush #72598D
RGB
CMYK
RGB Variations
Color information
#72598D (or 0x72598D) is known color: Butterfly Bush. HEX triplet: 72, 59 and 8D. RGB value is (114,89,141). Sum of RGB (Red+Green+Blue) = 114+89+141=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #72598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72598D is #8DA672. Grayscale: #666666. Windows color (decimal): -9283187 or 9263474. OLE color: 9263474.
HSL color Cylindrical-coordinate representation of color #72598D: hue angle of 268.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72598D is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 89 | 141 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.45 |
| HSL | 268.85º | 0.23% | 0.45% | - |
| HSV(B) | 268.85º | 0.37% | 0.55% | - |
| XYZ | 15.32 | 12.65 | 26.83 | - |
| YUV | 102.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 141 | 0.19 | 0.37 | 0 | 0.45 | 268.85 | 0.23 | 0.45 |
| Hex | 72 | 59 | 8D | 13 | 25 | 0 | 2D | 10D | 17 | 2D |
| Octal | 162 | 131 | 215 | 23 | 45 | 0 | 55 | 415 | 27 | 55 |
| Binary | 1110010 | 1011001 | 10001101 | 10011 | 100101 | 0 | 101101 | 100001101 | 10111 | 101101 |
Color Harmonies of #72598D
Complementary color
Monochromatic Colors of #72598D
Black with #72598D
Text Example
Text Example
White with #72598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72598D; }
p { color: rgb(114,89,141); }
H1.HeaderClassName
{
color: #72598D;
}
.AnyTagClassName
{
color: #72598D;
}
</style>
background-color css
<style>
a { background-color: #72598D; }
a { background-color: rgb(114,89,141); }
div.DivClassName
{
background-color: #72598D;
}
.BgClassName
{
background-color: #72598D;
}
</style>
border-color css
<style>
span { border-color: #72598D; }
span { border-color: rgb(114,89,141); }
td.TdClassName
{
border-color: #72598D;
}
.TagClassName
{
border-color: #72598D;
}
</style>