Shades of Butterfly Bush #654E7F
Tints of Butterfly Bush #654E7F
RGB
CMYK
RGB Variations
Color information
#654E7F (or 0x654E7F) is known color: Butterfly Bush. HEX triplet: 65, 4E and 7F. RGB value is (101,78,127). Sum of RGB (Red+Green+Blue) = 101+78+127=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #654E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E7F is #9AB180. Grayscale: #5A5A5A. Windows color (decimal): -10137985 or 8343141. OLE color: 8343141.
HSL color Cylindrical-coordinate representation of color #654E7F: hue angle of 268.16º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #654E7F is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 78 | 127 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.50 |
| HSL | 268.16º | 0.24% | 0.4% | - |
| HSV(B) | 268.16º | 0.39% | 0.5% | - |
| XYZ | 11.92 | 9.75 | 21.33 | - |
| YUV | 90.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 127 | 0.20 | 0.39 | 0 | 0.50 | 268.16 | 0.24 | 0.4 |
| Hex | 65 | 4E | 7F | 14 | 27 | 0 | 32 | 10C | 18 | 28 |
| Octal | 145 | 116 | 177 | 24 | 47 | 0 | 62 | 414 | 30 | 50 |
| Binary | 1100101 | 1001110 | 1111111 | 10100 | 100111 | 0 | 110010 | 100001100 | 11000 | 101000 |
Color Harmonies of #654E7F
Complementary color
Monochromatic Colors of #654E7F
Black with #654E7F
Text Example
Text Example
White with #654E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E7F; }
p { color: rgb(101,78,127); }
H1.HeaderClassName
{
color: #654E7F;
}
.AnyTagClassName
{
color: #654E7F;
}
</style>
background-color css
<style>
a { background-color: #654E7F; }
a { background-color: rgb(101,78,127); }
div.DivClassName
{
background-color: #654E7F;
}
.BgClassName
{
background-color: #654E7F;
}
</style>
border-color css
<style>
span { border-color: #654E7F; }
span { border-color: rgb(101,78,127); }
td.TdClassName
{
border-color: #654E7F;
}
.TagClassName
{
border-color: #654E7F;
}
</style>