Shades of Butterfly Bush #72588C
Tints of Butterfly Bush #72588C
RGB
CMYK
RGB Variations
Color information
#72588C (or 0x72588C) is known color: Butterfly Bush. HEX triplet: 72, 58 and 8C. RGB value is (114,88,140). Sum of RGB (Red+Green+Blue) = 114+88+140=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #72588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72588C is #8DA773. Grayscale: #656565. Windows color (decimal): -9283444 or 9197682. OLE color: 9197682.
HSL color Cylindrical-coordinate representation of color #72588C: hue angle of 270º 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 #72588C is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 88 | 140 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.45 |
| HSL | 270º | 0.23% | 0.45% | - |
| HSV(B) | 270º | 0.37% | 0.55% | - |
| XYZ | 15.16 | 12.45 | 26.41 | - |
| YUV | 101.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 140 | 0.19 | 0.37 | 0 | 0.45 | 270 | 0.23 | 0.45 |
| Hex | 72 | 58 | 8C | 13 | 25 | 0 | 2D | 10E | 17 | 2D |
| Octal | 162 | 130 | 214 | 23 | 45 | 0 | 55 | 416 | 27 | 55 |
| Binary | 1110010 | 1011000 | 10001100 | 10011 | 100101 | 0 | 101101 | 100001110 | 10111 | 101101 |
Color Harmonies of #72588C
Complementary color
Monochromatic Colors of #72588C
Black with #72588C
Text Example
Text Example
White with #72588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72588C; }
p { color: rgb(114,88,140); }
H1.HeaderClassName
{
color: #72588C;
}
.AnyTagClassName
{
color: #72588C;
}
</style>
background-color css
<style>
a { background-color: #72588C; }
a { background-color: rgb(114,88,140); }
div.DivClassName
{
background-color: #72588C;
}
.BgClassName
{
background-color: #72588C;
}
</style>
border-color css
<style>
span { border-color: #72588C; }
span { border-color: rgb(114,88,140); }
td.TdClassName
{
border-color: #72588C;
}
.TagClassName
{
border-color: #72588C;
}
</style>