Shades of Butterfly Bush #644D7F
Tints of Butterfly Bush #644D7F
RGB
CMYK
RGB Variations
Color information
#644D7F (or 0x644D7F) is known color: Butterfly Bush. HEX triplet: 64, 4D and 7F. RGB value is (100,77,127). Sum of RGB (Red+Green+Blue) = 100+77+127=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #644D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D7F is #9BB280. Grayscale: #595959. Windows color (decimal): -10203777 or 8342884. OLE color: 8342884.
HSL color Cylindrical-coordinate representation of color #644D7F: hue angle of 267.6º 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 #644D7F is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 77 | 127 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.50 |
| HSL | 267.6º | 0.25% | 0.4% | - |
| HSV(B) | 267.6º | 0.39% | 0.5% | - |
| XYZ | 11.74 | 9.55 | 21.3 | - |
| YUV | 89.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 127 | 0.21 | 0.39 | 0 | 0.50 | 267.6 | 0.25 | 0.4 |
| Hex | 64 | 4D | 7F | 15 | 27 | 0 | 32 | 10C | 19 | 28 |
| Octal | 144 | 115 | 177 | 25 | 47 | 0 | 62 | 414 | 31 | 50 |
| Binary | 1100100 | 1001101 | 1111111 | 10101 | 100111 | 0 | 110010 | 100001100 | 11001 | 101000 |
Color Harmonies of #644D7F
Complementary color
Monochromatic Colors of #644D7F
Black with #644D7F
Text Example
Text Example
White with #644D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D7F; }
p { color: rgb(100,77,127); }
H1.HeaderClassName
{
color: #644D7F;
}
.AnyTagClassName
{
color: #644D7F;
}
</style>
background-color css
<style>
a { background-color: #644D7F; }
a { background-color: rgb(100,77,127); }
div.DivClassName
{
background-color: #644D7F;
}
.BgClassName
{
background-color: #644D7F;
}
</style>
border-color css
<style>
span { border-color: #644D7F; }
span { border-color: rgb(100,77,127); }
td.TdClassName
{
border-color: #644D7F;
}
.TagClassName
{
border-color: #644D7F;
}
</style>