Shades of Butterfly Bush #725A8A
Tints of Butterfly Bush #725A8A
RGB
CMYK
RGB Variations
Color information
#725A8A (or 0x725A8A) is known color: Butterfly Bush. HEX triplet: 72, 5A and 8A. RGB value is (114,90,138). Sum of RGB (Red+Green+Blue) = 114+90+138=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #725A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725A8A is #8DA575. Grayscale: #666666. Windows color (decimal): -9282934 or 9067122. OLE color: 9067122.
HSL color Cylindrical-coordinate representation of color #725A8A: hue angle of 270º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #725A8A is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 90 | 138 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.46 |
| HSL | 270º | 0.21% | 0.45% | - |
| HSV(B) | 270º | 0.35% | 0.54% | - |
| XYZ | 15.18 | 12.72 | 25.7 | - |
| YUV | 102.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 138 | 0.17 | 0.35 | 0 | 0.46 | 270 | 0.21 | 0.45 |
| Hex | 72 | 5A | 8A | 11 | 23 | 0 | 2E | 10E | 15 | 2D |
| Octal | 162 | 132 | 212 | 21 | 43 | 0 | 56 | 416 | 25 | 55 |
| Binary | 1110010 | 1011010 | 10001010 | 10001 | 100011 | 0 | 101110 | 100001110 | 10101 | 101101 |
Color Harmonies of #725A8A
Complementary color
Monochromatic Colors of #725A8A
Black with #725A8A
Text Example
Text Example
White with #725A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A8A; }
p { color: rgb(114,90,138); }
H1.HeaderClassName
{
color: #725A8A;
}
.AnyTagClassName
{
color: #725A8A;
}
</style>
background-color css
<style>
a { background-color: #725A8A; }
a { background-color: rgb(114,90,138); }
div.DivClassName
{
background-color: #725A8A;
}
.BgClassName
{
background-color: #725A8A;
}
</style>
border-color css
<style>
span { border-color: #725A8A; }
span { border-color: rgb(114,90,138); }
td.TdClassName
{
border-color: #725A8A;
}
.TagClassName
{
border-color: #725A8A;
}
</style>