Shades of Butterfly Bush #745C99
Tints of Butterfly Bush #745C99
RGB
CMYK
RGB Variations
Color information
#745C99 (or 0x745C99) is known color: Butterfly Bush. HEX triplet: 74, 5C and 99. RGB value is (116,92,153). Sum of RGB (Red+Green+Blue) = 116+92+153=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #745C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C99 is #8BA366. Grayscale: #696969. Windows color (decimal): -9151335 or 10050676. OLE color: 10050676.
HSL color Cylindrical-coordinate representation of color #745C99: hue angle of 263.61º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745C99 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 92 | 153 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.4 |
| HSL | 263.61º | 0.25% | 0.48% | - |
| HSV(B) | 263.61º | 0.4% | 0.6% | - |
| XYZ | 16.78 | 13.67 | 31.89 | - |
| YUV | 106.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 153 | 0.24 | 0.40 | 0 | 0.4 | 263.61 | 0.25 | 0.48 |
| Hex | 74 | 5C | 99 | 18 | 28 | 0 | 28 | 108 | 19 | 30 |
| Octal | 164 | 134 | 231 | 30 | 50 | 0 | 50 | 410 | 31 | 60 |
| Binary | 1110100 | 1011100 | 10011001 | 11000 | 101000 | 0 | 101000 | 100001000 | 11001 | 110000 |
Color Harmonies of #745C99
Complementary color
Monochromatic Colors of #745C99
Black with #745C99
Text Example
Text Example
White with #745C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C99; }
p { color: rgb(116,92,153); }
H1.HeaderClassName
{
color: #745C99;
}
.AnyTagClassName
{
color: #745C99;
}
</style>
background-color css
<style>
a { background-color: #745C99; }
a { background-color: rgb(116,92,153); }
div.DivClassName
{
background-color: #745C99;
}
.BgClassName
{
background-color: #745C99;
}
</style>
border-color css
<style>
span { border-color: #745C99; }
span { border-color: rgb(116,92,153); }
td.TdClassName
{
border-color: #745C99;
}
.TagClassName
{
border-color: #745C99;
}
</style>