Shades of Butterfly Bush #775D93
Tints of Butterfly Bush #775D93
RGB
CMYK
RGB Variations
Color information
#775D93 (or 0x775D93) is known color: Butterfly Bush. HEX triplet: 77, 5D and 93. RGB value is (119,93,147). Sum of RGB (Red+Green+Blue) = 119+93+147=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #775D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775D93 is #88A26C. Grayscale: #6A6A6A. Windows color (decimal): -8954477 or 9657719. OLE color: 9657719.
HSL color Cylindrical-coordinate representation of color #775D93: hue angle of 268.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #775D93 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 93 | 147 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.42 |
| HSL | 268.89º | 0.23% | 0.47% | - |
| HSV(B) | 268.89º | 0.37% | 0.58% | - |
| XYZ | 16.79 | 13.86 | 29.39 | - |
| YUV | 106.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 147 | 0.19 | 0.37 | 0 | 0.42 | 268.89 | 0.23 | 0.47 |
| Hex | 77 | 5D | 93 | 13 | 25 | 0 | 2A | 10D | 16 | 2F |
| Octal | 167 | 135 | 223 | 23 | 45 | 0 | 52 | 415 | 26 | 57 |
| Binary | 1110111 | 1011101 | 10010011 | 10011 | 100101 | 0 | 101010 | 100001101 | 10110 | 101111 |
Color Harmonies of #775D93
Complementary color
Monochromatic Colors of #775D93
Black with #775D93
Text Example
Text Example
White with #775D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D93; }
p { color: rgb(119,93,147); }
H1.HeaderClassName
{
color: #775D93;
}
.AnyTagClassName
{
color: #775D93;
}
</style>
background-color css
<style>
a { background-color: #775D93; }
a { background-color: rgb(119,93,147); }
div.DivClassName
{
background-color: #775D93;
}
.BgClassName
{
background-color: #775D93;
}
</style>
border-color css
<style>
span { border-color: #775D93; }
span { border-color: rgb(119,93,147); }
td.TdClassName
{
border-color: #775D93;
}
.TagClassName
{
border-color: #775D93;
}
</style>