Shades of Butterfly Bush #654D7F
Tints of Butterfly Bush #654D7F
RGB
CMYK
RGB Variations
Color information
#654D7F (or 0x654D7F) is known color: Butterfly Bush. HEX triplet: 65, 4D and 7F. RGB value is (101,77,127). Sum of RGB (Red+Green+Blue) = 101+77+127=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #654D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D7F is #9AB280. Grayscale: #595959. Windows color (decimal): -10138241 or 8342885. OLE color: 8342885.
HSL color Cylindrical-coordinate representation of color #654D7F: hue angle of 268.8º degrees, saturation: 0.25, 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 #654D7F is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 77 | 127 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.50 |
| HSL | 268.8º | 0.25% | 0.4% | - |
| HSV(B) | 268.8º | 0.39% | 0.5% | - |
| XYZ | 11.85 | 9.61 | 21.31 | - |
| YUV | 89.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 127 | 0.20 | 0.39 | 0 | 0.50 | 268.8 | 0.25 | 0.4 |
| Hex | 65 | 4D | 7F | 14 | 27 | 0 | 32 | 10D | 19 | 28 |
| Octal | 145 | 115 | 177 | 24 | 47 | 0 | 62 | 415 | 31 | 50 |
| Binary | 1100101 | 1001101 | 1111111 | 10100 | 100111 | 0 | 110010 | 100001101 | 11001 | 101000 |
Color Harmonies of #654D7F
Complementary color
Monochromatic Colors of #654D7F
Black with #654D7F
Text Example
Text Example
White with #654D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D7F; }
p { color: rgb(101,77,127); }
H1.HeaderClassName
{
color: #654D7F;
}
.AnyTagClassName
{
color: #654D7F;
}
</style>
background-color css
<style>
a { background-color: #654D7F; }
a { background-color: rgb(101,77,127); }
div.DivClassName
{
background-color: #654D7F;
}
.BgClassName
{
background-color: #654D7F;
}
</style>
border-color css
<style>
span { border-color: #654D7F; }
span { border-color: rgb(101,77,127); }
td.TdClassName
{
border-color: #654D7F;
}
.TagClassName
{
border-color: #654D7F;
}
</style>