Shades of Butterfly Bush #644C99
Tints of Butterfly Bush #644C99
RGB
CMYK
RGB Variations
Color information
#644C99 (or 0x644C99) is known color: Butterfly Bush. HEX triplet: 64, 4C and 99. RGB value is (100,76,153). Sum of RGB (Red+Green+Blue) = 100+76+153=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #644C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644C99 is #9BB366. Grayscale: #5B5B5B. Windows color (decimal): -10204007 or 10046564. OLE color: 10046564.
HSL color Cylindrical-coordinate representation of color #644C99: hue angle of 258.7º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644C99 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 76 | 153 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.4 |
| HSL | 258.7º | 0.34% | 0.45% | - |
| HSV(B) | 258.7º | 0.5% | 0.6% | - |
| XYZ | 13.59 | 10.18 | 31.39 | - |
| YUV | 91.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 153 | 0.35 | 0.50 | 0 | 0.4 | 258.7 | 0.34 | 0.45 |
| Hex | 64 | 4C | 99 | 23 | 32 | 0 | 28 | 103 | 22 | 2D |
| Octal | 144 | 114 | 231 | 43 | 62 | 0 | 50 | 403 | 42 | 55 |
| Binary | 1100100 | 1001100 | 10011001 | 100011 | 110010 | 0 | 101000 | 100000011 | 100010 | 101101 |
Color Harmonies of #644C99
Complementary color
Monochromatic Colors of #644C99
Black with #644C99
Text Example
Text Example
White with #644C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C99; }
p { color: rgb(100,76,153); }
H1.HeaderClassName
{
color: #644C99;
}
.AnyTagClassName
{
color: #644C99;
}
</style>
background-color css
<style>
a { background-color: #644C99; }
a { background-color: rgb(100,76,153); }
div.DivClassName
{
background-color: #644C99;
}
.BgClassName
{
background-color: #644C99;
}
</style>
border-color css
<style>
span { border-color: #644C99; }
span { border-color: rgb(100,76,153); }
td.TdClassName
{
border-color: #644C99;
}
.TagClassName
{
border-color: #644C99;
}
</style>