Shades of Butterfly Bush #65578D
Tints of Butterfly Bush #65578D
RGB
CMYK
RGB Variations
Color information
#65578D (or 0x65578D) is known color: Butterfly Bush. HEX triplet: 65, 57 and 8D. RGB value is (101,87,141). Sum of RGB (Red+Green+Blue) = 101+87+141=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #65578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65578D is #9AA872. Grayscale: #616161. Windows color (decimal): -10135667 or 9262949. OLE color: 9262949.
HSL color Cylindrical-coordinate representation of color #65578D: hue angle of 255.56º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65578D is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 87 | 141 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.45 |
| HSL | 255.56º | 0.24% | 0.45% | - |
| HSV(B) | 255.56º | 0.38% | 0.55% | - |
| XYZ | 13.58 | 11.51 | 26.7 | - |
| YUV | 97.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 141 | 0.28 | 0.38 | 0 | 0.45 | 255.56 | 0.24 | 0.45 |
| Hex | 65 | 57 | 8D | 1C | 26 | 0 | 2D | 100 | 18 | 2D |
| Octal | 145 | 127 | 215 | 34 | 46 | 0 | 55 | 400 | 30 | 55 |
| Binary | 1100101 | 1010111 | 10001101 | 11100 | 100110 | 0 | 101101 | 100000000 | 11000 | 101101 |
Color Harmonies of #65578D
Complementary color
Monochromatic Colors of #65578D
Black with #65578D
Text Example
Text Example
White with #65578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65578D; }
p { color: rgb(101,87,141); }
H1.HeaderClassName
{
color: #65578D;
}
.AnyTagClassName
{
color: #65578D;
}
</style>
background-color css
<style>
a { background-color: #65578D; }
a { background-color: rgb(101,87,141); }
div.DivClassName
{
background-color: #65578D;
}
.BgClassName
{
background-color: #65578D;
}
</style>
border-color css
<style>
span { border-color: #65578D; }
span { border-color: rgb(101,87,141); }
td.TdClassName
{
border-color: #65578D;
}
.TagClassName
{
border-color: #65578D;
}
</style>