Shades of Butterfly Bush #725F8E
Tints of Butterfly Bush #725F8E
RGB
CMYK
RGB Variations
Color information
#725F8E (or 0x725F8E) is known color: Butterfly Bush. HEX triplet: 72, 5F and 8E. RGB value is (114,95,142). Sum of RGB (Red+Green+Blue) = 114+95+142=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #725F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F8E is #8DA071. Grayscale: #696969. Windows color (decimal): -9281650 or 9330546. OLE color: 9330546.
HSL color Cylindrical-coordinate representation of color #725F8E: hue angle of 264.26º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #725F8E is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 95 | 142 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.44 |
| HSL | 264.26º | 0.2% | 0.46% | - |
| HSV(B) | 264.26º | 0.33% | 0.56% | - |
| XYZ | 15.91 | 13.71 | 27.4 | - |
| YUV | 106.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 142 | 0.20 | 0.33 | 0 | 0.44 | 264.26 | 0.2 | 0.46 |
| Hex | 72 | 5F | 8E | 14 | 21 | 0 | 2C | 108 | 14 | 2E |
| Octal | 162 | 137 | 216 | 24 | 41 | 0 | 54 | 410 | 24 | 56 |
| Binary | 1110010 | 1011111 | 10001110 | 10100 | 100001 | 0 | 101100 | 100001000 | 10100 | 101110 |
Color Harmonies of #725F8E
Complementary color
Monochromatic Colors of #725F8E
Black with #725F8E
Text Example
Text Example
White with #725F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F8E; }
p { color: rgb(114,95,142); }
H1.HeaderClassName
{
color: #725F8E;
}
.AnyTagClassName
{
color: #725F8E;
}
</style>
background-color css
<style>
a { background-color: #725F8E; }
a { background-color: rgb(114,95,142); }
div.DivClassName
{
background-color: #725F8E;
}
.BgClassName
{
background-color: #725F8E;
}
</style>
border-color css
<style>
span { border-color: #725F8E; }
span { border-color: rgb(114,95,142); }
td.TdClassName
{
border-color: #725F8E;
}
.TagClassName
{
border-color: #725F8E;
}
</style>